Html Css Color HEX #F0BBC2 Azalea

📋 copy color: '#F0BBC2'

red 240 ◦ green 187 ◦ blue 194

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

Shades of Azalea #F0BBC2

Tints of Azalea #F0BBC2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.11%

 BLUE value IS 194 (76.17% from 255) = 31.24%

R = 38.65%
G = 30.11%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F0BBC2 (or 0xF0BBC2) is known color: Azalea. HEX triplet: F0, BB and C2. RGB value is (240,187,194). Sum of RGB (Red+Green+Blue) = 240+187+194=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBC2 is #0F443D. Grayscale: #CBCBCB. Windows color (decimal): -1000510 or 12762096. OLE color: 12762096.

HSL color Cylindrical-coordinate representation of color #F0BBC2: hue angle of 352.08º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BBC2 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 187 194 -
CMYK 0 0.22 0.19 0.06
HSL 352.08º 0.64% 0.84% -
HSV(B) 352.08º 0.22% 0.94% -
XYZ 63.44 57.96 58.88 -
YUV 203.65 122.56 153.93 -
System Red Green Blue C M Y K H S L
Decimal 240 187 194 0 0.22 0.19 0.06 352.08 0.64 0.84
Hex F0 BB C2 0 16 13 6 160 40 54
Octal 360 273 302 0 26 23 6 540 100 124
Binary 11110000 10111011 11000010 0 10110 10011 110 101100000 1000000 1010100

Color Harmonies of #F0BBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BBC2

Black with #F0BBC2

Text Example


Text Example

White with #F0BBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BBC2; }

 p { color: rgb(240,187,194); }

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

background-color css

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

 a { background-color: rgb(240,187,194); }

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

border-color css

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

 span { border-color: rgb(240,187,194); }

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