Html Css Color HEX #F4C0DB Classic Rose

📋 copy color: '#F4C0DB'

red 244 ◦ green 192 ◦ blue 219

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

Shades of Classic Rose #F4C0DB

Tints of Classic Rose #F4C0DB

RGB

 RED value IS 244 (95.7% from 255) = 37.25%

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

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

R = 37.25%
G = 29.31%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F4C0DB (or 0xF4C0DB) is known color: Classic Rose. HEX triplet: F4, C0 and DB. RGB value is (244,192,219). Sum of RGB (Red+Green+Blue) = 244+192+219=655 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.25% from 655); Green value is 192 (75.39% from 255 or 29.31% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C0DB is #0B3F24. Grayscale: #D2D2D2. Windows color (decimal): -737061 or 14401780. OLE color: 14401780.

HSL color Cylindrical-coordinate representation of color #F4C0DB: hue angle of 328.85º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F4C0DB is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 192 219 -
CMYK 0 0.21 0.10 0.04
HSL 328.85º 0.7% 0.85% -
HSV(B) 328.85º 0.21% 0.96% -
XYZ 68.94 62.05 75.36 -
YUV 210.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 244 192 219 0 0.21 0.10 0.04 328.85 0.7 0.85
Hex F4 C0 DB 0 15 A 4 149 46 55
Octal 364 300 333 0 25 12 4 511 106 125
Binary 11110100 11000000 11011011 0 10101 1010 100 101001001 1000110 1010101

Color Harmonies of #F4C0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C0DB

Black with #F4C0DB

Text Example


Text Example

White with #F4C0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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