#F4CFDD

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

Shades of Classic Rose #F4CFDD

Tints of Classic Rose #F4CFDD

Color information

#F4CFDD (or 0xF4CFDD) is unknown color: approx Classic Rose. HEX triplet: F4, CF and DD. RGB value is (244,207,221). Sum of RGB (Red+Green+Blue) = 244+207+221=672 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.31% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFDD is #0B3022. Grayscale: #DBDBDB. Windows color (decimal): -733219 or 14536692. OLE color: 14536692.

HSL color Cylindrical-coordinate representation of color #F4CFDD: hue angle of 337.3º 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 #F4CFDD is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB244207221-
CMYK00.150.090.04
HSL337.3º62.71%88.43%-
HSV(B)337.3º15.16%95.69%-
XYZ72.6769.0877.91-
YUV219.66128.76145.36-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.31%
GREEN value IS 207 (81.25% from 255) = 30.80%
BLUE value IS 221 (86.72% from 255) = 32.89%
R=36.31%
G=30.80%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420722100.150.090.04337.362.7188.43
HexF4CFDD0F941513f58
Octal36431733501711452177130
Binary1111010011001111110111010111110011001010100011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CFDD; }

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

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

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

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

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

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

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

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