Html Css Color HEX #F1CAF3 Snuff

📋 copy color: '#F1CAF3'

red 241 ◦ green 202 ◦ blue 243

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

Shades of Snuff #F1CAF3

Tints of Snuff #F1CAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.42%

R = 35.13%
G = 29.45%
B = 35.42%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F1CAF3 (or 0xF1CAF3) is known color: Snuff. HEX triplet: F1, CA and F3. RGB value is (241,202,243). Sum of RGB (Red+Green+Blue) = 241+202+243=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 202 (79.30% from 255 or 29.45% from 686); Blue value is 243 (95.31% from 255 or 35.42% from 686); Max value from RGB is 243 - color contains mainly: blue. Hex color #F1CAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CAF3 is #0E350C. Grayscale: #DADADA. Windows color (decimal): -931085 or 15977201. OLE color: 15977201.

HSL color Cylindrical-coordinate representation of color #F1CAF3: hue angle of 297.07º degrees, saturation: 0.63, 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 #F1CAF3 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 202 243 -
CMYK 0.01 0.17 0 0.05
HSL 297.07º 0.63% 0.87% -
HSV(B) 297.07º 0.17% 0.95% -
XYZ 73.57 67.41 93.93 -
YUV 218.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 241 202 243 0.01 0.17 0 0.05 297.07 0.63 0.87
Hex F1 CA F3 1 11 0 5 129 3F 57
Octal 361 312 363 1 21 0 5 451 77 127
Binary 11110001 11001010 11110011 1 10001 0 101 100101001 111111 1010111

Color Harmonies of #F1CAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CAF3

Black with #F1CAF3

Text Example


Text Example

White with #F1CAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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