#FFCAFE

Color #FFCAFE Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #FFCAFE

Tints of Snuff #FFCAFE

Color information

#FFCAFE (or 0xFFCAFE) is unknown color: approx Snuff. HEX triplet: FF, CA and FE. RGB value is (255,202,254). Sum of RGB (Red+Green+Blue) = 255+202+254=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 202 (79.30% from 255 or 28.41% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAFE is #003501. Grayscale: #DFDFDF. Windows color (decimal): -13570 or 16698111. OLE color: 16698111.

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

Color convert

RGB255202254-
CMYK00.210.000
HSL301.13º100%89.61%-
HSV(B)301.13º20.78%100%-
XYZ80.2570.66103.17-
YUV223.77145.06150.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.86%
GREEN value IS 202 (79.30% from 255) = 28.41%
BLUE value IS 254 (99.61% from 255) = 35.72%
R=35.86%
G=28.41%
B=35.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520225400.210.000301.1310089.61
HexFFCAFE0150012d645a
Octal37731237602500455144132
Binary1111111111001010111111100101010010010110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAFE; }

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

 H1.HeaderClassName
 {
   color: #FFCAFE;
 }
 .AnyTagClassName
 {
   color: #FFCAFE;
 }
</style>
background-color css

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

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

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

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

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

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