Html Css Color HEX #F0CBCC Azalea

📋 copy color: '#F0CBCC'

red 240 ◦ green 203 ◦ blue 204

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

Shades of Azalea #F0CBCC

Tints of Azalea #F0CBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.53%

R = 37.09%
G = 31.38%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0CBCC (or 0xF0CBCC) is known color: Azalea. HEX triplet: F0, CB and CC. RGB value is (240,203,204). Sum of RGB (Red+Green+Blue) = 240+203+204=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBCC is #0F3433. Grayscale: #D6D6D6. Windows color (decimal): -996404 or 13421552. OLE color: 13421552.

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

Color convert

RGB 240 203 204 -
CMYK 0 0.15 0.15 0.06
HSL 358.38º 0.55% 0.87% -
HSV(B) 358.38º 0.15% 0.94% -
XYZ 68.19 65.6 66.19 -
YUV 214.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 240 203 204 0 0.15 0.15 0.06 358.38 0.55 0.87
Hex F0 CB CC 0 F F 6 166 37 57
Octal 360 313 314 0 17 17 6 546 67 127
Binary 11110000 11001011 11001100 0 1111 1111 110 101100110 110111 1010111

Color Harmonies of #F0CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CBCC

Black with #F0CBCC

Text Example


Text Example

White with #F0CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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