#FFCAFD

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

Shades of Snuff #FFCAFD

Tints of Snuff #FFCAFD

Color information

#FFCAFD (or 0xFFCAFD) is unknown color: approx Snuff. HEX triplet: FF, CA and FD. RGB value is (255,202,253). Sum of RGB (Red+Green+Blue) = 255+202+253=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 202 (79.30% from 255 or 28.45% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAFD is #003502. Grayscale: #DFDFDF. Windows color (decimal): -13571 or 16632575. OLE color: 16632575.

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

Color convert

RGB255202253-
CMYK00.210.010
HSL302.26º100%89.61%-
HSV(B)302.26º20.78%100%-
XYZ80.0970.59102.33-
YUV223.66144.56150.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.92%
GREEN value IS 202 (79.30% from 255) = 28.45%
BLUE value IS 253 (99.22% from 255) = 35.63%
R=35.92%
G=28.45%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520225300.210.010302.2610089.61
HexFFCAFD0151012e645a
Octal37731237502510456144132
Binary1111111111001010111111010101011010010111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAFD; }

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

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

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

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

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

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

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

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