Html Css Color HEX #FFCAF9 Snuff

📋 copy color: '#FFCAF9'

red 255 ◦ green 202 ◦ blue 249

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

Shades of Snuff #FFCAF9

Tints of Snuff #FFCAF9

RGB

 RED value IS 255 (100% from 255) = 36.12%

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

 BLUE value IS 249 (97.66% from 255) = 35.27%

R = 36.12%
G = 28.61%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFCAF9 (or 0xFFCAF9) is known color: Snuff. HEX triplet: FF, CA and F9. RGB value is (255,202,249). Sum of RGB (Red+Green+Blue) = 255+202+249=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 202 (79.30% from 255 or 28.61% from 706); Blue value is 249 (97.66% from 255 or 35.27% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAF9 is #003506. Grayscale: #DFDFDF. Windows color (decimal): -13575 or 16370431. OLE color: 16370431.

HSL color Cylindrical-coordinate representation of color #FFCAF9: hue angle of 306.79º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFCAF9 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 255 202 249 -
CMYK 0 0.21 0.02 0
HSL 306.79º 1% 0.9% -
HSV(B) 306.79º 0.21% 1% -
XYZ 79.46 70.34 99.01 -
YUV 223.21 142.56 150.68 -
System Red Green Blue C M Y K H S L
Decimal 255 202 249 0 0.21 0.02 0 306.79 1 0.9
Hex FF CA F9 0 15 2 0 133 64 5A
Octal 377 312 371 0 25 2 0 463 144 132
Binary 11111111 11001010 11111001 0 10101 10 0 100110011 1100100 1011010

Color Harmonies of #FFCAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCAF9

Black with #FFCAF9

Text Example


Text Example

White with #FFCAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCAF9; }

 p { color: rgb(255,202,249); }

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

background-color css

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

 a { background-color: rgb(255,202,249); }

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

border-color css

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

 span { border-color: rgb(255,202,249); }

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