#F4C5DD

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

Shades of Classic Rose #F4C5DD

Tints of Classic Rose #F4C5DD

Color information

#F4C5DD (or 0xF4C5DD) is unknown color: approx Classic Rose. HEX triplet: F4, C5 and DD. RGB value is (244,197,221). Sum of RGB (Red+Green+Blue) = 244+197+221=662 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.86% from 662); Green value is 197 (77.34% from 255 or 29.76% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C5DD is #0B3A22. Grayscale: #D5D5D5. Windows color (decimal): -735779 or 14534132. OLE color: 14534132.

HSL color Cylindrical-coordinate representation of color #F4C5DD: hue angle of 329.36º degrees, saturation: 0.68, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F4C5DD is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB244197221-
CMYK00.190.090.04
HSL329.36º68.12%86.47%-
HSV(B)329.36º19.26%95.69%-
XYZ70.3364.3977.13-
YUV213.79132.07149.55-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.86%
GREEN value IS 197 (77.34% from 255) = 29.76%
BLUE value IS 221 (86.72% from 255) = 33.38%
R=36.86%
G=29.76%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419722100.190.090.04329.3668.1286.47
HexF4C5DD013941494456
Octal364305335023114511104126
Binary111101001100010111011101010011100110010100100110001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C5DD; }

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

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

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

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

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

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

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

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