#F2CFE8

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

Shades of Classic Rose #F2CFE8

Tints of Classic Rose #F2CFE8

Color information

#F2CFE8 (or 0xF2CFE8) is unknown color: approx Classic Rose. HEX triplet: F2, CF and E8. RGB value is (242,207,232). Sum of RGB (Red+Green+Blue) = 242+207+232=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 207 (81.25% from 255 or 30.40% from 681); Blue value is 232 (91.02% from 255 or 34.07% from 681); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CFE8 is #0D3017. Grayscale: #DCDCDC. Windows color (decimal): -864280 or 15257586. OLE color: 15257586.

HSL color Cylindrical-coordinate representation of color #F2CFE8: hue angle of 317.14º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2CFE8 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB242207232-
CMYK00.140.040.05
HSL317.14º57.38%88.04%-
HSV(B)317.14º14.46%94.9%-
XYZ73.569.3385.85-
YUV220.32134.6143.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.54%
GREEN value IS 207 (81.25% from 255) = 30.40%
BLUE value IS 232 (91.02% from 255) = 34.07%
R=35.54%
G=30.40%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220723200.140.040.05317.1457.3888.04
HexF2CFE80E4513d3958
Octal3623173500164547571130
Binary111100101100111111101000011101001011001111011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CFE8; }

 p { color: rgb(242,207,232); }

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

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

 a { background-color: rgb(242,207,232); }

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

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

 span { border-color: rgb(242,207,232); }

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