Html Css Color HEX #F0C4DD Classic Rose

📋 copy color: '#F0C4DD'

red 240 ◦ green 196 ◦ blue 221

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

Shades of Classic Rose #F0C4DD

Tints of Classic Rose #F0C4DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.64%

R = 36.53%
G = 29.83%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0C4DD (or 0xF0C4DD) is known color: Classic Rose. HEX triplet: F0, C4 and DD. RGB value is (240,196,221). Sum of RGB (Red+Green+Blue) = 240+196+221=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 196 (76.95% from 255 or 29.83% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C4DD is #0F3B22. Grayscale: #D3D3D3. Windows color (decimal): -998179 or 14533872. OLE color: 14533872.

HSL color Cylindrical-coordinate representation of color #F0C4DD: hue angle of 325.91º 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 #F0C4DD is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 196 221 -
CMYK 0 0.18 0.08 0.06
HSL 325.91º 0.59% 0.85% -
HSV(B) 325.91º 0.18% 0.94% -
XYZ 68.73 63.23 76.99 -
YUV 212.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 240 196 221 0 0.18 0.08 0.06 325.91 0.59 0.85
Hex F0 C4 DD 0 12 8 6 146 3B 55
Octal 360 304 335 0 22 10 6 506 73 125
Binary 11110000 11000100 11011101 0 10010 1000 110 101000110 111011 1010101

Color Harmonies of #F0C4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C4DD

Black with #F0C4DD

Text Example


Text Example

White with #F0C4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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