#FFCAF0

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

Shades of Classic Rose #FFCAF0

Tints of Classic Rose #FFCAF0

Color information

#FFCAF0 (or 0xFFCAF0) is unknown color: approx Classic Rose. HEX triplet: FF, CA and F0. RGB value is (255,202,240). Sum of RGB (Red+Green+Blue) = 255+202+240=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 202 (79.30% from 255 or 28.98% from 697); Blue value is 240 (94.14% from 255 or 34.43% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAF0 is #00350F. Grayscale: #DEDEDE. Windows color (decimal): -13584 or 15780607. OLE color: 15780607.

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

Color convert

RGB255202240-
CMYK00.210.060
HSL316.98º100%89.61%-
HSV(B)316.98º20.78%100%-
XYZ78.0969.7991.79-
YUV222.18138.06151.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.59%
GREEN value IS 202 (79.30% from 255) = 28.98%
BLUE value IS 240 (94.14% from 255) = 34.43%
R=36.59%
G=28.98%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520224000.210.060316.9810089.61
HexFFCAF00156013d645a
Octal37731236002560475144132
Binary111111111100101011110000010101110010011110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAF0; }

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

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

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

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

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

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

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

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