Html Css Color HEX #F0CDDB Classic Rose

📋 copy color: '#F0CDDB'

red 240 ◦ green 205 ◦ blue 219

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

Shades of Classic Rose #F0CDDB

Tints of Classic Rose #F0CDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.87%

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

R = 36.14%
G = 30.87%
B = 32.98%

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

#F0CDDB (or 0xF0CDDB) is known color: Classic Rose. HEX triplet: F0, CD and DB. RGB value is (240,205,219). Sum of RGB (Red+Green+Blue) = 240+205+219=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDDB is #0F3224. Grayscale: #D9D9D9. Windows color (decimal): -995877 or 14405104. OLE color: 14405104.

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

Color convert

RGB 240 205 219 -
CMYK 0 0.15 0.09 0.06
HSL 336º 0.54% 0.87% -
HSV(B) 336º 0.15% 0.94% -
XYZ 70.55 67.3 76.29 -
YUV 217.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 240 205 219 0 0.15 0.09 0.06 336 0.54 0.87
Hex F0 CD DB 0 F 9 6 150 36 57
Octal 360 315 333 0 17 11 6 520 66 127
Binary 11110000 11001101 11011011 0 1111 1001 110 101010000 110110 1010111

Color Harmonies of #F0CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CDDB

Black with #F0CDDB

Text Example


Text Example

White with #F0CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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