#F6CAEC

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

Shades of Classic Rose #F6CAEC

Tints of Classic Rose #F6CAEC

Color information

#F6CAEC (or 0xF6CAEC) is unknown color: approx Classic Rose. HEX triplet: F6, CA and EC. RGB value is (246,202,236). Sum of RGB (Red+Green+Blue) = 246+202+236=684 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.96% from 684); Green value is 202 (79.30% from 255 or 29.53% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CAEC is #093513. Grayscale: #DADADA. Windows color (decimal): -603412 or 15518454. OLE color: 15518454.

HSL color Cylindrical-coordinate representation of color #F6CAEC: hue angle of 313.64º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F6CAEC is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB246202236-
CMYK00.180.040.04
HSL313.64º70.97%87.84%-
HSV(B)313.64º17.89%96.47%-
XYZ74.2767.8988.55-
YUV219.03137.58147.24-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.96%
GREEN value IS 202 (79.30% from 255) = 29.53%
BLUE value IS 236 (92.58% from 255) = 34.50%
R=35.96%
G=29.53%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620223600.180.040.04313.6470.9787.84
HexF6CAEC0124413a4758
Octal36631235402244472107130
Binary11110110110010101110110001001010010010011101010001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CAEC; }

 p { color: rgb(246,202,236); }

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

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

 a { background-color: rgb(246,202,236); }

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

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

 span { border-color: rgb(246,202,236); }

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