Html Css Color HEX #F5C4E5 Classic Rose

📋 copy color: '#F5C4E5'

red 245 ◦ green 196 ◦ blue 229

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

Shades of Classic Rose #F5C4E5

Tints of Classic Rose #F5C4E5

RGB

 RED value IS 245 (96.09% from 255) = 36.57%

 GREEN value IS 196 (76.95% from 255) = 29.25%

 BLUE value IS 229 (89.84% from 255) = 34.18%

R = 36.57%
G = 29.25%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F5C4E5 (or 0xF5C4E5) is known color: Classic Rose. HEX triplet: F5, C4 and E5. RGB value is (245,196,229). Sum of RGB (Red+Green+Blue) = 245+196+229=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 196 (76.95% from 255 or 29.25% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C4E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C4E5 is #0A3B1A. Grayscale: #D6D6D6. Windows color (decimal): -670491 or 15058165. OLE color: 15058165.

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

Color convert

RGB 245 196 229 -
CMYK 0 0.2 0.07 0.04
HSL 319.59º 0.71% 0.86% -
HSV(B) 319.59º 0.2% 0.96% -
XYZ 71.54 64.55 82.82 -
YUV 214.41 136.23 149.82 -
System Red Green Blue C M Y K H S L
Decimal 245 196 229 0 0.2 0.07 0.04 319.59 0.71 0.86
Hex F5 C4 E5 0 14 7 4 140 47 56
Octal 365 304 345 0 24 7 4 500 107 126
Binary 11110101 11000100 11100101 0 10100 111 100 101000000 1000111 1010110

Color Harmonies of #F5C4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C4E5

Black with #F5C4E5

Text Example


Text Example

White with #F5C4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C4E5; }

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

 H1.HeaderClassName
 {
   color: #F5C4E5;
 }
 .AnyTagClassName
 {
   color: #F5C4E5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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