Html Css Color HEX #F5C0DB Classic Rose

📋 copy color: '#F5C0DB'

red 245 ◦ green 192 ◦ blue 219

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

Shades of Classic Rose #F5C0DB

Tints of Classic Rose #F5C0DB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.27%

 BLUE value IS 219 (85.94% from 255) = 33.38%

R = 37.35%
G = 29.27%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F5C0DB (or 0xF5C0DB) is known color: Classic Rose. HEX triplet: F5, C0 and DB. RGB value is (245,192,219). Sum of RGB (Red+Green+Blue) = 245+192+219=656 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.35% from 656); Green value is 192 (75.39% from 255 or 29.27% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C0DB is #0A3F24. Grayscale: #D2D2D2. Windows color (decimal): -671525 or 14401781. OLE color: 14401781.

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

Color convert

RGB 245 192 219 -
CMYK 0 0.22 0.11 0.04
HSL 329.43º 0.73% 0.86% -
HSV(B) 329.43º 0.22% 0.96% -
XYZ 69.29 62.23 75.38 -
YUV 210.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 245 192 219 0 0.22 0.11 0.04 329.43 0.73 0.86
Hex F5 C0 DB 0 16 B 4 149 49 56
Octal 365 300 333 0 26 13 4 511 111 126
Binary 11110101 11000000 11011011 0 10110 1011 100 101001001 1001001 1010110

Color Harmonies of #F5C0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C0DB

Black with #F5C0DB

Text Example


Text Example

White with #F5C0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C0DB; }

 p { color: rgb(245,192,219); }

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

background-color css

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

 a { background-color: rgb(245,192,219); }

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

border-color css

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

 span { border-color: rgb(245,192,219); }

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