Html Css Color HEX #F0C4D9 Classic Rose

📋 copy color: '#F0C4D9'

red 240 ◦ green 196 ◦ blue 217

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

Shades of Classic Rose #F0C4D9

Tints of Classic Rose #F0C4D9

RGB

 RED value IS 240 (94.14% from 255) = 36.75%

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

 BLUE value IS 217 (85.16% from 255) = 33.23%

R = 36.75%
G = 30.02%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F0C4D9 (or 0xF0C4D9) is known color: Classic Rose. HEX triplet: F0, C4 and D9. RGB value is (240,196,217). Sum of RGB (Red+Green+Blue) = 240+196+217=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C4D9 is #0F3B26. Grayscale: #D3D3D3. Windows color (decimal): -998183 or 14271728. OLE color: 14271728.

HSL color Cylindrical-coordinate representation of color #F0C4D9: hue angle of 331.36º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0C4D9 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 196 217 -
CMYK 0 0.18 0.10 0.06
HSL 331.36º 0.59% 0.85% -
HSV(B) 331.36º 0.18% 0.94% -
XYZ 68.2 63.01 74.21 -
YUV 211.55 131.08 148.29 -
System Red Green Blue C M Y K H S L
Decimal 240 196 217 0 0.18 0.10 0.06 331.36 0.59 0.85
Hex F0 C4 D9 0 12 A 6 14B 3B 55
Octal 360 304 331 0 22 12 6 513 73 125
Binary 11110000 11000100 11011001 0 10010 1010 110 101001011 111011 1010101

Color Harmonies of #F0C4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C4D9

Black with #F0C4D9

Text Example


Text Example

White with #F0C4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C4D9; }

 p { color: rgb(240,196,217); }

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

background-color css

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

 a { background-color: rgb(240,196,217); }

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

border-color css

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

 span { border-color: rgb(240,196,217); }

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