Html Css Color HEX #F0CBCE Azalea

📋 copy color: '#F0CBCE'

red 240 ◦ green 203 ◦ blue 206

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

Shades of Azalea #F0CBCE

Tints of Azalea #F0CBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.74%

R = 36.98%
G = 31.28%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0CBCE (or 0xF0CBCE) is known color: Azalea. HEX triplet: F0, CB and CE. RGB value is (240,203,206). Sum of RGB (Red+Green+Blue) = 240+203+206=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBCE is #0F3431. Grayscale: #D6D6D6. Windows color (decimal): -996402 or 13552624. OLE color: 13552624.

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

Color convert

RGB 240 203 206 -
CMYK 0 0.15 0.14 0.06
HSL 355.14º 0.55% 0.87% -
HSV(B) 355.14º 0.15% 0.94% -
XYZ 68.43 65.69 67.47 -
YUV 214.41 123.26 146.26 -
System Red Green Blue C M Y K H S L
Decimal 240 203 206 0 0.15 0.14 0.06 355.14 0.55 0.87
Hex F0 CB CE 0 F E 6 163 37 57
Octal 360 313 316 0 17 16 6 543 67 127
Binary 11110000 11001011 11001110 0 1111 1110 110 101100011 110111 1010111

Color Harmonies of #F0CBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CBCE

Black with #F0CBCE

Text Example


Text Example

White with #F0CBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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