Html Css Color HEX #F5C4DA Classic Rose

📋 copy color: '#F5C4DA'

red 245 ◦ green 196 ◦ blue 218

#F5C4DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #F5C4DA

Tints of Classic Rose #F5C4DA

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 value IS 0

 M value IS 0.2

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F5C4DA (or 0xF5C4DA) is known color: 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

RGB 245 196 218 -
CMYK 0 0.2 0.11 0.04
HSL 333.06º 0.71% 0.86% -
HSV(B) 333.06º 0.2% 0.96% -
XYZ 70.05 63.95 74.98 -
YUV 213.16 130.73 150.71 -
System Red Green Blue C M Y K H S L
Decimal 245 196 218 0 0.2 0.11 0.04 333.06 0.71 0.86
Hex F5 C4 DA 0 14 B 4 14D 47 56
Octal 365 304 332 0 24 13 4 515 107 126
Binary 11110101 11000100 11011010 0 10100 1011 100 101001101 1000111 1010110

Color Harmonies of #F5C4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C4DA

Black with #F5C4DA

Text Example


Text Example

White with #F5C4DA

Text Example


Text Example

HTML Codes & Css Web 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>