#FFCAF1

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

Shades of Classic Rose #FFCAF1

Tints of Classic Rose #FFCAF1

Color information

#FFCAF1 (or 0xFFCAF1) is unknown color: approx Classic Rose. HEX triplet: FF, CA and F1. RGB value is (255,202,241). Sum of RGB (Red+Green+Blue) = 255+202+241=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 202 (79.30% from 255 or 28.94% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAF1 is #00350E. Grayscale: #DEDEDE. Windows color (decimal): -13583 or 15846143. OLE color: 15846143.

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

Color convert

RGB255202241-
CMYK00.210.050
HSL315.85º100%89.61%-
HSV(B)315.85º20.78%100%-
XYZ78.2469.8592.58-
YUV222.29138.56151.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.53%
GREEN value IS 202 (79.30% from 255) = 28.94%
BLUE value IS 241 (94.53% from 255) = 34.53%
R=36.53%
G=28.94%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520224100.210.050315.8510089.61
HexFFCAF10155013c645a
Octal37731236102550474144132
Binary111111111100101011110001010101101010011110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAF1; }

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

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

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

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

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

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

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

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