#F4CFE2

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

Shades of Classic Rose #F4CFE2

Tints of Classic Rose #F4CFE2

Color information

#F4CFE2 (or 0xF4CFE2) is unknown color: approx Classic Rose. HEX triplet: F4, CF and E2. RGB value is (244,207,226). Sum of RGB (Red+Green+Blue) = 244+207+226=677 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.04% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 226 (88.67% from 255 or 33.38% from 677); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFE2 is #0B301D. Grayscale: #DCDCDC. Windows color (decimal): -733214 or 14864372. OLE color: 14864372.

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

Color convert

RGB244207226-
CMYK00.150.070.04
HSL329.19º62.71%88.43%-
HSV(B)329.19º15.16%95.69%-
XYZ73.3569.3581.47-
YUV220.23131.26144.96-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.04%
GREEN value IS 207 (81.25% from 255) = 30.58%
BLUE value IS 226 (88.67% from 255) = 33.38%
R=36.04%
G=30.58%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420722600.150.070.04329.1962.7188.43
HexF4CFE20F741493f58
Octal3643173420177451177130
Binary111101001100111111100010011111111001010010011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CFE2; }

 p { color: rgb(244,207,226); }

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

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

 a { background-color: rgb(244,207,226); }

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

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

 span { border-color: rgb(244,207,226); }

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