Html Css Color HEX #F0CADB Classic Rose

📋 copy color: '#F0CADB'

red 240 ◦ green 202 ◦ blue 219

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

Shades of Classic Rose #F0CADB

Tints of Classic Rose #F0CADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.56%

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

R = 36.31%
G = 30.56%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0CADB (or 0xF0CADB) is known color: Classic Rose. HEX triplet: F0, CA and DB. RGB value is (240,202,219). Sum of RGB (Red+Green+Blue) = 240+202+219=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CADB is #0F3524. Grayscale: #D7D7D7. Windows color (decimal): -996645 or 14404336. OLE color: 14404336.

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

Color convert

RGB 240 202 219 -
CMYK 0 0.16 0.09 0.06
HSL 333.16º 0.56% 0.87% -
HSV(B) 333.16º 0.16% 0.94% -
XYZ 69.84 65.88 76.05 -
YUV 215.3 130.09 145.62 -
System Red Green Blue C M Y K H S L
Decimal 240 202 219 0 0.16 0.09 0.06 333.16 0.56 0.87
Hex F0 CA DB 0 10 9 6 14D 38 57
Octal 360 312 333 0 20 11 6 515 70 127
Binary 11110000 11001010 11011011 0 10000 1001 110 101001101 111000 1010111

Color Harmonies of #F0CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CADB

Black with #F0CADB

Text Example


Text Example

White with #F0CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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