Html Css Color HEX #FBC9CA Azalea

📋 copy color: '#FBC9CA'

red 251 ◦ green 201 ◦ blue 202

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

Shades of Azalea #FBC9CA

Tints of Azalea #FBC9CA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.73%

 BLUE value IS 202 (79.3% from 255) = 30.89%

R = 38.38%
G = 30.73%
B = 30.89%

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

#FBC9CA (or 0xFBC9CA) is known color: Azalea. HEX triplet: FB, C9 and CA. RGB value is (251,201,202). Sum of RGB (Red+Green+Blue) = 251+201+202=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 201 (78.91% from 255 or 30.73% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9CA is #043635. Grayscale: #D8D8D8. Windows color (decimal): -276022 or 13289979. OLE color: 13289979.

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

Color convert

RGB 251 201 202 -
CMYK 0 0.20 0.20 0.02
HSL 358.8º 0.86% 0.89% -
HSV(B) 358.8º 0.2% 0.98% -
XYZ 71.33 66.55 64.96 -
YUV 216.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 251 201 202 0 0.20 0.20 0.02 358.8 0.86 0.89
Hex FB C9 CA 0 14 14 2 167 56 59
Octal 373 311 312 0 24 24 2 547 126 131
Binary 11111011 11001001 11001010 0 10100 10100 10 101100111 1010110 1011001

Color Harmonies of #FBC9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC9CA

Black with #FBC9CA

Text Example


Text Example

White with #FBC9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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