Html Css Color HEX #FFCAF8 Snuff

📋 copy color: '#FFCAF8'

red 255 ◦ green 202 ◦ blue 248

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

Shades of Snuff #FFCAF8

Tints of Snuff #FFCAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.18%

R = 36.17%
G = 28.65%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FFCAF8 (or 0xFFCAF8) is known color: Snuff. HEX triplet: FF, CA and F8. RGB value is (255,202,248). Sum of RGB (Red+Green+Blue) = 255+202+248=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 202 (79.30% from 255 or 28.65% from 705); Blue value is 248 (97.27% from 255 or 35.18% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAF8 is #003507. Grayscale: #DEDEDE. Windows color (decimal): -13576 or 16304895. OLE color: 16304895.

HSL color Cylindrical-coordinate representation of color #FFCAF8: hue angle of 307.92º 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 #FFCAF8 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB 255 202 248 -
CMYK 0 0.21 0.03 0
HSL 307.92º 1% 0.9% -
HSV(B) 307.92º 0.21% 1% -
XYZ 79.3 70.28 98.19 -
YUV 223.09 142.06 150.76 -
System Red Green Blue C M Y K H S L
Decimal 255 202 248 0 0.21 0.03 0 307.92 1 0.9
Hex FF CA F8 0 15 3 0 134 64 5A
Octal 377 312 370 0 25 3 0 464 144 132
Binary 11111111 11001010 11111000 0 10101 11 0 100110100 1100100 1011010

Color Harmonies of #FFCAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCAF8

Black with #FFCAF8

Text Example


Text Example

White with #FFCAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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