Html Css Color HEX #F0CCDB Classic Rose

📋 copy color: '#F0CCDB'

red 240 ◦ green 204 ◦ blue 219

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

Shades of Classic Rose #F0CCDB

Tints of Classic Rose #F0CCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.77%

 BLUE value IS 219 (85.94% from 255) = 33.03%

R = 36.2%
G = 30.77%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0CCDB (or 0xF0CCDB) is known color: Classic Rose. HEX triplet: F0, CC and DB. RGB value is (240,204,219). Sum of RGB (Red+Green+Blue) = 240+204+219=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCDB is #0F3324. Grayscale: #D8D8D8. Windows color (decimal): -996133 or 14404848. OLE color: 14404848.

HSL color Cylindrical-coordinate representation of color #F0CCDB: hue angle of 335º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CCDB is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 204 219 -
CMYK 0 0.15 0.09 0.06
HSL 335º 0.55% 0.87% -
HSV(B) 335º 0.15% 0.94% -
XYZ 70.31 66.83 76.21 -
YUV 216.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 240 204 219 0 0.15 0.09 0.06 335 0.55 0.87
Hex F0 CC DB 0 F 9 6 14F 37 57
Octal 360 314 333 0 17 11 6 517 67 127
Binary 11110000 11001100 11011011 0 1111 1001 110 101001111 110111 1010111

Color Harmonies of #F0CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CCDB

Black with #F0CCDB

Text Example


Text Example

White with #F0CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CCDB; }

 p { color: rgb(240,204,219); }

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

background-color css

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

 a { background-color: rgb(240,204,219); }

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

border-color css

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

 span { border-color: rgb(240,204,219); }

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