#FFCAFA

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

Shades of Snuff #FFCAFA

Tints of Snuff #FFCAFA

Color information

#FFCAFA (or 0xFFCAFA) is unknown color: approx Snuff. HEX triplet: FF, CA and FA. RGB value is (255,202,250). Sum of RGB (Red+Green+Blue) = 255+202+250=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 202 (79.30% from 255 or 28.57% from 707); Blue value is 250 (98.05% from 255 or 35.36% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAFA is #003505. Grayscale: #DFDFDF. Windows color (decimal): -13574 or 16435967. OLE color: 16435967.

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

Color convert

RGB255202250-
CMYK00.210.020
HSL305.66º100%89.61%-
HSV(B)305.66º20.78%100%-
XYZ79.6270.499.84-
YUV223.32143.06150.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.07%
GREEN value IS 202 (79.30% from 255) = 28.57%
BLUE value IS 250 (98.05% from 255) = 35.36%
R=36.07%
G=28.57%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520225000.210.020305.6610089.61
HexFFCAFA01520132645a
Octal37731237202520462144132
Binary11111111110010101111101001010110010011001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAFA; }

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

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

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

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

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

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

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

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