Html Css Color HEX #F0BFC7 Azalea

📋 copy color: '#F0BFC7'

red 240 ◦ green 191 ◦ blue 199

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

Shades of Azalea #F0BFC7

Tints of Azalea #F0BFC7

RGB

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

 GREEN value IS 191 (75% from 255) = 30.32%

 BLUE value IS 199 (78.13% from 255) = 31.59%

R = 38.1%
G = 30.32%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F0BFC7 (or 0xF0BFC7) is known color: Azalea. HEX triplet: F0, BF and C7. RGB value is (240,191,199). Sum of RGB (Red+Green+Blue) = 240+191+199=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 199 (78.12% from 255 or 31.59% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFC7 is #0F4038. Grayscale: #CECECE. Windows color (decimal): -999481 or 13090800. OLE color: 13090800.

HSL color Cylindrical-coordinate representation of color #F0BFC7: hue angle of 350.2º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0BFC7 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 191 199 -
CMYK 0 0.20 0.17 0.06
HSL 350.2º 0.62% 0.85% -
HSV(B) 350.2º 0.2% 0.94% -
XYZ 64.87 59.91 62.18 -
YUV 206.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 240 191 199 0 0.20 0.17 0.06 350.2 0.62 0.85
Hex F0 BF C7 0 14 11 6 15E 3E 55
Octal 360 277 307 0 24 21 6 536 76 125
Binary 11110000 10111111 11000111 0 10100 10001 110 101011110 111110 1010101

Color Harmonies of #F0BFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BFC7

Black with #F0BFC7

Text Example


Text Example

White with #F0BFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BFC7; }

 p { color: rgb(240,191,199); }

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

background-color css

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

 a { background-color: rgb(240,191,199); }

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

border-color css

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

 span { border-color: rgb(240,191,199); }

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