Html Css Color HEX #F4CCDC Classic Rose

📋 copy color: '#F4CCDC'

red 244 ◦ green 204 ◦ blue 220

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

Shades of Classic Rose #F4CCDC

Tints of Classic Rose #F4CCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.54%

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

R = 36.53%
G = 30.54%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F4CCDC (or 0xF4CCDC) is known color: Classic Rose. HEX triplet: F4, CC and DC. RGB value is (244,204,220). Sum of RGB (Red+Green+Blue) = 244+204+220=668 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.53% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CCDC is #0B3323. Grayscale: #D9D9D9. Windows color (decimal): -733988 or 14470388. OLE color: 14470388.

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

Color convert

RGB 244 204 220 -
CMYK 0 0.16 0.10 0.04
HSL 336º 0.65% 0.88% -
HSV(B) 336º 0.16% 0.96% -
XYZ 71.82 67.59 76.97 -
YUV 217.78 129.25 146.7 -
System Red Green Blue C M Y K H S L
Decimal 244 204 220 0 0.16 0.10 0.04 336 0.65 0.88
Hex F4 CC DC 0 10 A 4 150 41 58
Octal 364 314 334 0 20 12 4 520 101 130
Binary 11110100 11001100 11011100 0 10000 1010 100 101010000 1000001 1011000

Color Harmonies of #F4CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CCDC

Black with #F4CCDC

Text Example


Text Example

White with #F4CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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