Html Css Color HEX #FBBCC0 Azalea

📋 copy color: '#FBBCC0'

red 251 ◦ green 188 ◦ blue 192

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

Shades of Azalea #FBBCC0

Tints of Azalea #FBBCC0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.79%

 BLUE value IS 192 (75.39% from 255) = 30.43%

R = 39.78%
G = 29.79%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FBBCC0 (or 0xFBBCC0) is known color: Azalea. HEX triplet: FB, BC and C0. RGB value is (251,188,192). Sum of RGB (Red+Green+Blue) = 251+188+192=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 192 (75.39% from 255 or 30.43% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCC0 is #04433F. Grayscale: #CFCFCF. Windows color (decimal): -279360 or 12631291. OLE color: 12631291.

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

Color convert

RGB 251 188 192 -
CMYK 0 0.25 0.24 0.02
HSL 356.19º 0.89% 0.86% -
HSV(B) 356.19º 0.25% 0.98% -
XYZ 67.28 60.28 57.96 -
YUV 207.29 119.37 159.17 -
System Red Green Blue C M Y K H S L
Decimal 251 188 192 0 0.25 0.24 0.02 356.19 0.89 0.86
Hex FB BC C0 0 19 18 2 164 59 56
Octal 373 274 300 0 31 30 2 544 131 126
Binary 11111011 10111100 11000000 0 11001 11000 10 101100100 1011001 1010110

Color Harmonies of #FBBCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBCC0

Black with #FBBCC0

Text Example


Text Example

White with #FBBCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBCC0; }

 p { color: rgb(251,188,192); }

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

background-color css

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

 a { background-color: rgb(251,188,192); }

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

border-color css

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

 span { border-color: rgb(251,188,192); }

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