Html Css Color HEX #F0C5DF Classic Rose

📋 copy color: '#F0C5DF'

red 240 ◦ green 197 ◦ blue 223

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

Shades of Classic Rose #F0C5DF

Tints of Classic Rose #F0C5DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.79%

R = 36.36%
G = 29.85%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F0C5DF (or 0xF0C5DF) is known color: Classic Rose. HEX triplet: F0, C5 and DF. RGB value is (240,197,223). Sum of RGB (Red+Green+Blue) = 240+197+223=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 197 (77.34% from 255 or 29.85% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C5DF is #0F3A20. Grayscale: #D4D4D4. Windows color (decimal): -997921 or 14665200. OLE color: 14665200.

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

Color convert

RGB 240 197 223 -
CMYK 0 0.18 0.07 0.06
HSL 323.72º 0.59% 0.86% -
HSV(B) 323.72º 0.18% 0.94% -
XYZ 69.22 63.79 78.48 -
YUV 212.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 240 197 223 0 0.18 0.07 0.06 323.72 0.59 0.86
Hex F0 C5 DF 0 12 7 6 144 3B 56
Octal 360 305 337 0 22 7 6 504 73 126
Binary 11110000 11000101 11011111 0 10010 111 110 101000100 111011 1010110

Color Harmonies of #F0C5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C5DF

Black with #F0C5DF

Text Example


Text Example

White with #F0C5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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