Html Css Color HEX #F1CAF2 Snuff

📋 copy color: '#F1CAF2'

red 241 ◦ green 202 ◦ blue 242

#F1CAF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snuff #F1CAF2

Tints of Snuff #F1CAF2

RGB

 RED value IS 241 (94.53% from 255) = 35.18%

 GREEN value IS 202 (79.3% from 255) = 29.49%

 BLUE value IS 242 (94.92% from 255) = 35.33%

R = 35.18%
G = 29.49%
B = 35.33%

CMYK

 C value IS 0.00

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F1CAF2 (or 0xF1CAF2) is known color: Snuff. HEX triplet: F1, CA and F2. RGB value is (241,202,242). Sum of RGB (Red+Green+Blue) = 241+202+242=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 202 (79.30% from 255 or 29.49% from 685); Blue value is 242 (94.92% from 255 or 35.33% from 685); Max value from RGB is 242 - color contains mainly: blue. Hex color #F1CAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CAF2 is #0E350D. Grayscale: #DADADA. Windows color (decimal): -931086 or 15911665. OLE color: 15911665.

HSL color Cylindrical-coordinate representation of color #F1CAF2: hue angle of 298.5º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1CAF2 is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 202 242 -
CMYK 0.00 0.17 0 0.05
HSL 298.5º 0.61% 0.87% -
HSV(B) 298.5º 0.17% 0.95% -
XYZ 73.42 67.35 93.13 -
YUV 218.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 241 202 242 0.00 0.17 0 0.05 298.5 0.61 0.87
Hex F1 CA F2 0 11 0 5 12A 3D 57
Octal 361 312 362 0 21 0 5 452 75 127
Binary 11110001 11001010 11110010 0 10001 0 101 100101010 111101 1010111

Color Harmonies of #F1CAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CAF2

Black with #F1CAF2

Text Example


Text Example

White with #F1CAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CAF2; }

 p { color: rgb(241,202,242); }

 H1.HeaderClassName
 {
   color: #F1CAF2;
 }
 .AnyTagClassName
 {
   color: #F1CAF2;
 }
</style>

background-color css

<style>
 a { background-color: #F1CAF2; }

 a { background-color: rgb(241,202,242); }

 div.DivClassName
 {
   background-color: #F1CAF2;
 }
 .BgClassName
 {
   background-color: #F1CAF2;
 }
</style>

border-color css

<style>
 span { border-color: #F1CAF2; }

 span { border-color: rgb(241,202,242); }

 td.TdClassName
 {
   border-color: #F1CAF2;
 }
 .TagClassName
 {
   border-color: #F1CAF2;
 }
</style>