Html Css Color HEX #F0C5DD Classic Rose

📋 copy color: '#F0C5DD'

red 240 ◦ green 197 ◦ blue 221

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

Shades of Classic Rose #F0C5DD

Tints of Classic Rose #F0C5DD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.94%

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

R = 36.47%
G = 29.94%
B = 33.59%

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

#F0C5DD (or 0xF0C5DD) is known color: Classic Rose. HEX triplet: F0, C5 and DD. RGB value is (240,197,221). Sum of RGB (Red+Green+Blue) = 240+197+221=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 197 (77.34% from 255 or 29.94% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C5DD is #0F3A22. Grayscale: #D4D4D4. Windows color (decimal): -997923 or 14534128. OLE color: 14534128.

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

Color convert

RGB 240 197 221 -
CMYK 0 0.18 0.08 0.06
HSL 326.51º 0.59% 0.86% -
HSV(B) 326.51º 0.18% 0.94% -
XYZ 68.95 63.68 77.06 -
YUV 212.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 240 197 221 0 0.18 0.08 0.06 326.51 0.59 0.86
Hex F0 C5 DD 0 12 8 6 147 3B 56
Octal 360 305 335 0 22 10 6 507 73 126
Binary 11110000 11000101 11011101 0 10010 1000 110 101000111 111011 1010110

Color Harmonies of #F0C5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C5DD

Black with #F0C5DD

Text Example


Text Example

White with #F0C5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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