Html Css Color HEX #FBC6CA Azalea

📋 copy color: '#FBC6CA'

red 251 ◦ green 198 ◦ blue 202

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

Shades of Azalea #FBC6CA

Tints of Azalea #FBC6CA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.41%

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

R = 38.56%
G = 30.41%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBC6CA (or 0xFBC6CA) is known color: Azalea. HEX triplet: FB, C6 and CA. RGB value is (251,198,202). Sum of RGB (Red+Green+Blue) = 251+198+202=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 198 (77.73% from 255 or 30.41% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC6CA is #043935. Grayscale: #D6D6D6. Windows color (decimal): -276790 or 13289211. OLE color: 13289211.

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

Color convert

RGB 251 198 202 -
CMYK 0 0.21 0.20 0.02
HSL 355.47º 0.87% 0.88% -
HSV(B) 355.47º 0.21% 0.98% -
XYZ 70.64 65.16 64.73 -
YUV 214.3 121.06 154.17 -
System Red Green Blue C M Y K H S L
Decimal 251 198 202 0 0.21 0.20 0.02 355.47 0.87 0.88
Hex FB C6 CA 0 15 14 2 163 57 58
Octal 373 306 312 0 25 24 2 543 127 130
Binary 11111011 11000110 11001010 0 10101 10100 10 101100011 1010111 1011000

Color Harmonies of #FBC6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC6CA

Black with #FBC6CA

Text Example


Text Example

White with #FBC6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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