Html Css Color HEX #F0CBDB Classic Rose

📋 copy color: '#F0CBDB'

red 240 ◦ green 203 ◦ blue 219

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

Shades of Classic Rose #F0CBDB

Tints of Classic Rose #F0CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.66%

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

R = 36.25%
G = 30.66%
B = 33.08%

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

#F0CBDB (or 0xF0CBDB) is known color: Classic Rose. HEX triplet: F0, CB and DB. RGB value is (240,203,219). Sum of RGB (Red+Green+Blue) = 240+203+219=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBDB is #0F3424. Grayscale: #D7D7D7. Windows color (decimal): -996389 or 14404592. OLE color: 14404592.

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

Color convert

RGB 240 203 219 -
CMYK 0 0.15 0.09 0.06
HSL 334.05º 0.55% 0.87% -
HSV(B) 334.05º 0.15% 0.94% -
XYZ 70.08 66.35 76.13 -
YUV 215.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 240 203 219 0 0.15 0.09 0.06 334.05 0.55 0.87
Hex F0 CB DB 0 F 9 6 14E 37 57
Octal 360 313 333 0 17 11 6 516 67 127
Binary 11110000 11001011 11011011 0 1111 1001 110 101001110 110111 1010111

Color Harmonies of #F0CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CBDB

Black with #F0CBDB

Text Example


Text Example

White with #F0CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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