Html Css Color HEX #F0C0DF Classic Rose

📋 copy color: '#F0C0DF'

red 240 ◦ green 192 ◦ blue 223

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

Shades of Classic Rose #F0C0DF

Tints of Classic Rose #F0C0DF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.31%

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

R = 36.64%
G = 29.31%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F0C0DF (or 0xF0C0DF) is known color: Classic Rose. HEX triplet: F0, C0 and DF. RGB value is (240,192,223). Sum of RGB (Red+Green+Blue) = 240+192+223=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 192 (75.39% from 255 or 29.31% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C0DF is #0F3F20. Grayscale: #D1D1D1. Windows color (decimal): -999201 or 14663920. OLE color: 14663920.

HSL color Cylindrical-coordinate representation of color #F0C0DF: hue angle of 321.25º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0C0DF is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 192 223 -
CMYK 0 0.20 0.07 0.06
HSL 321.25º 0.62% 0.85% -
HSV(B) 321.25º 0.2% 0.94% -
XYZ 68.1 61.55 78.1 -
YUV 209.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 240 192 223 0 0.20 0.07 0.06 321.25 0.62 0.85
Hex F0 C0 DF 0 14 7 6 141 3E 55
Octal 360 300 337 0 24 7 6 501 76 125
Binary 11110000 11000000 11011111 0 10100 111 110 101000001 111110 1010101

Color Harmonies of #F0C0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C0DF

Black with #F0C0DF

Text Example


Text Example

White with #F0C0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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