#F4D4E6

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

Shades of Classic Rose #F4D4E6

Tints of Classic Rose #F4D4E6

Color information

#F4D4E6 (or 0xF4D4E6) is unknown color: approx Classic Rose. HEX triplet: F4, D4 and E6. RGB value is (244,212,230). Sum of RGB (Red+Green+Blue) = 244+212+230=686 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.57% from 686); Green value is 212 (83.20% from 255 or 30.90% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D4E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D4E6 is #0B2B19. Grayscale: #DFDFDF. Windows color (decimal): -731930 or 15127796. OLE color: 15127796.

HSL color Cylindrical-coordinate representation of color #F4D4E6: hue angle of 326.25º degrees, saturation: 0.59, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F4D4E6 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB244212230-
CMYK00.130.060.04
HSL326.25º59.26%89.41%-
HSV(B)326.25º13.11%95.69%-
XYZ75.1372.0384.81-
YUV223.62131.6142.54-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.57%
GREEN value IS 212 (83.20% from 255) = 30.90%
BLUE value IS 230 (90.23% from 255) = 33.53%
R=35.57%
G=30.90%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24421223000.130.060.04326.2559.2689.41
HexF4D4E60D641463b59
Octal3643243460156450673131
Binary111101001101010011100110011011101001010001101110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D4E6; }

 p { color: rgb(244,212,230); }

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

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

 a { background-color: rgb(244,212,230); }

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

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

 span { border-color: rgb(244,212,230); }

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