Html Css Color HEX #F4C0DC Classic Rose

📋 copy color: '#F4C0DC'

red 244 ◦ green 192 ◦ blue 220

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

Shades of Classic Rose #F4C0DC

Tints of Classic Rose #F4C0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.54%

R = 37.2%
G = 29.27%
B = 33.54%

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

#F4C0DC (or 0xF4C0DC) is known color: Classic Rose. HEX triplet: F4, C0 and DC. RGB value is (244,192,220). Sum of RGB (Red+Green+Blue) = 244+192+220=656 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.20% from 656); Green value is 192 (75.39% from 255 or 29.27% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C0DC is #0B3F23. Grayscale: #D2D2D2. Windows color (decimal): -737060 or 14467316. OLE color: 14467316.

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

Color convert

RGB 244 192 220 -
CMYK 0 0.21 0.10 0.04
HSL 327.69º 0.7% 0.85% -
HSV(B) 327.69º 0.21% 0.96% -
XYZ 69.08 62.1 76.06 -
YUV 210.74 133.23 151.72 -
System Red Green Blue C M Y K H S L
Decimal 244 192 220 0 0.21 0.10 0.04 327.69 0.7 0.85
Hex F4 C0 DC 0 15 A 4 148 46 55
Octal 364 300 334 0 25 12 4 510 106 125
Binary 11110100 11000000 11011100 0 10101 1010 100 101001000 1000110 1010101

Color Harmonies of #F4C0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C0DC

Black with #F4C0DC

Text Example


Text Example

White with #F4C0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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