#F5C4DA

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

Shades of Classic Rose #F5C4DA

Tints of Classic Rose #F5C4DA

Color information

#F5C4DA (or 0xF5C4DA) is unknown color: approx Classic Rose. HEX triplet: F5, C4 and DA. RGB value is (245,196,218). Sum of RGB (Red+Green+Blue) = 245+196+218=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 196 (76.95% from 255 or 29.74% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C4DA is #0A3B25. Grayscale: #D5D5D5. Windows color (decimal): -670502 or 14337269. OLE color: 14337269.

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

Color convert

RGB245196218-
CMYK00.20.110.04
HSL333.06º71.01%86.47%-
HSV(B)333.06º20%96.08%-
XYZ70.0563.9574.98-
YUV213.16130.73150.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.18%
GREEN value IS 196 (76.95% from 255) = 29.74%
BLUE value IS 218 (85.55% from 255) = 33.08%
R=37.18%
G=29.74%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519621800.20.110.04333.0671.0186.47
HexF5C4DA014B414d4756
Octal365304332024134515107126
Binary111101011100010011011010010100101110010100110110001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C4DA; }

 p { color: rgb(245,196,218); }

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

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

 a { background-color: rgb(245,196,218); }

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

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

 span { border-color: rgb(245,196,218); }

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