Html Css Color HEX #FBC8C9 Azalea

📋 copy color: '#FBC8C9'

red 251 ◦ green 200 ◦ blue 201

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

Shades of Azalea #FBC8C9

Tints of Azalea #FBC8C9

RGB

 RED value IS 251 (98.44% from 255) = 38.5%

 GREEN value IS 200 (78.52% from 255) = 30.67%

 BLUE value IS 201 (78.91% from 255) = 30.83%

R = 38.5%
G = 30.67%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBC8C9 (or 0xFBC8C9) is known color: Azalea. HEX triplet: FB, C8 and C9. RGB value is (251,200,201). Sum of RGB (Red+Green+Blue) = 251+200+201=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 200 (78.52% from 255 or 30.67% from 652); Blue value is 201 (78.91% from 255 or 30.83% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8C9 is #043736. Grayscale: #D7D7D7. Windows color (decimal): -276279 or 13224187. OLE color: 13224187.

HSL color Cylindrical-coordinate representation of color #FBC8C9: hue angle of 358.82º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBC8C9 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 200 201 -
CMYK 0 0.20 0.20 0.02
HSL 358.82º 0.86% 0.88% -
HSV(B) 358.82º 0.2% 0.98% -
XYZ 70.98 66.03 64.26 -
YUV 215.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 251 200 201 0 0.20 0.20 0.02 358.82 0.86 0.88
Hex FB C8 C9 0 14 14 2 167 56 58
Octal 373 310 311 0 24 24 2 547 126 130
Binary 11111011 11001000 11001001 0 10100 10100 10 101100111 1010110 1011000

Color Harmonies of #FBC8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC8C9

Black with #FBC8C9

Text Example


Text Example

White with #FBC8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC8C9; }

 p { color: rgb(251,200,201); }

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

background-color css

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

 a { background-color: rgb(251,200,201); }

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

border-color css

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

 span { border-color: rgb(251,200,201); }

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