Html Css Color HEX #F0CADC Classic Rose

📋 copy color: '#F0CADC'

red 240 ◦ green 202 ◦ blue 220

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

Shades of Classic Rose #F0CADC

Tints of Classic Rose #F0CADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.23%

R = 36.25%
G = 30.51%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0CADC (or 0xF0CADC) is known color: Classic Rose. HEX triplet: F0, CA and DC. RGB value is (240,202,220). Sum of RGB (Red+Green+Blue) = 240+202+220=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CADC is #0F3523. Grayscale: #D7D7D7. Windows color (decimal): -996644 or 14469872. OLE color: 14469872.

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

Color convert

RGB 240 202 220 -
CMYK 0 0.16 0.08 0.06
HSL 331.58º 0.56% 0.87% -
HSV(B) 331.58º 0.16% 0.94% -
XYZ 69.97 65.93 76.75 -
YUV 215.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 240 202 220 0 0.16 0.08 0.06 331.58 0.56 0.87
Hex F0 CA DC 0 10 8 6 14C 38 57
Octal 360 312 334 0 20 10 6 514 70 127
Binary 11110000 11001010 11011100 0 10000 1000 110 101001100 111000 1010111

Color Harmonies of #F0CADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CADC

Black with #F0CADC

Text Example


Text Example

White with #F0CADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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