#F4CFDF

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

Shades of Classic Rose #F4CFDF

Tints of Classic Rose #F4CFDF

Color information

#F4CFDF (or 0xF4CFDF) is unknown color: approx Classic Rose. HEX triplet: F4, CF and DF. RGB value is (244,207,223). Sum of RGB (Red+Green+Blue) = 244+207+223=674 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.20% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFDF is #0B3020. Grayscale: #DBDBDB. Windows color (decimal): -733217 or 14667764. OLE color: 14667764.

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

Color convert

RGB244207223-
CMYK00.150.090.04
HSL334.05º62.71%88.43%-
HSV(B)334.05º15.16%95.69%-
XYZ72.9469.1979.32-
YUV219.89129.76145.2-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.20%
GREEN value IS 207 (81.25% from 255) = 30.71%
BLUE value IS 223 (87.5% from 255) = 33.09%
R=36.20%
G=30.71%
B=33.09%

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
Decimal24420722300.150.090.04334.0562.7188.43
HexF4CFDF0F9414e3f58
Octal36431733701711451677130
Binary1111010011001111110111110111110011001010011101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CFDF; }

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

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

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

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

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

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

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

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