Html Css Color HEX #F0C0D6 Classic Rose

📋 copy color: '#F0C0D6'

red 240 ◦ green 192 ◦ blue 214

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

Shades of Classic Rose #F0C0D6

Tints of Classic Rose #F0C0D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.13%

R = 37.15%
G = 29.72%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F0C0D6 (or 0xF0C0D6) is known color: Classic Rose. HEX triplet: F0, C0 and D6. RGB value is (240,192,214). Sum of RGB (Red+Green+Blue) = 240+192+214=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 192 (75.39% from 255 or 29.72% from 646); Blue value is 214 (83.98% from 255 or 33.13% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C0D6 is #0F3F29. Grayscale: #D0D0D0. Windows color (decimal): -999210 or 14074096. OLE color: 14074096.

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

Color convert

RGB 240 192 214 -
CMYK 0 0.20 0.11 0.06
HSL 332.5º 0.62% 0.85% -
HSV(B) 332.5º 0.2% 0.94% -
XYZ 66.92 61.08 71.88 -
YUV 208.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 240 192 214 0 0.20 0.11 0.06 332.5 0.62 0.85
Hex F0 C0 D6 0 14 B 6 14C 3E 55
Octal 360 300 326 0 24 13 6 514 76 125
Binary 11110000 11000000 11010110 0 10100 1011 110 101001100 111110 1010101

Color Harmonies of #F0C0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C0D6

Black with #F0C0D6

Text Example


Text Example

White with #F0C0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C0D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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