#FFCAF2

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

Shades of Classic Rose #FFCAF2

Tints of Classic Rose #FFCAF2

Color information

#FFCAF2 (or 0xFFCAF2) is unknown color: approx Classic Rose. HEX triplet: FF, CA and F2. RGB value is (255,202,242). Sum of RGB (Red+Green+Blue) = 255+202+242=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 202 (79.30% from 255 or 28.90% from 699); Blue value is 242 (94.92% from 255 or 34.62% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAF2 is #00350D. Grayscale: #DEDEDE. Windows color (decimal): -13582 or 15911679. OLE color: 15911679.

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

Color convert

RGB255202242-
CMYK00.210.050
HSL314.72º100%89.61%-
HSV(B)314.72º20.78%100%-
XYZ78.3969.9193.37-
YUV222.41139.06151.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.48%
GREEN value IS 202 (79.30% from 255) = 28.90%
BLUE value IS 242 (94.92% from 255) = 34.62%
R=36.48%
G=28.90%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520224200.210.050314.7210089.61
HexFFCAF20155013b645a
Octal37731236202550473144132
Binary111111111100101011110010010101101010011101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAF2; }

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

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

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

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

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

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

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

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