Html Css Color HEX #FBBCC1 Azalea

📋 copy color: '#FBBCC1'

red 251 ◦ green 188 ◦ blue 193

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

Shades of Azalea #FBBCC1

Tints of Azalea #FBBCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.54%

R = 39.72%
G = 29.75%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FBBCC1 (or 0xFBBCC1) is known color: Azalea. HEX triplet: FB, BC and C1. RGB value is (251,188,193). Sum of RGB (Red+Green+Blue) = 251+188+193=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 193 (75.78% from 255 or 30.54% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCC1 is #04433E. Grayscale: #CFCFCF. Windows color (decimal): -279359 or 12696827. OLE color: 12696827.

HSL color Cylindrical-coordinate representation of color #FBBCC1: hue angle of 355.24º 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 #FBBCC1 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 188 193 -
CMYK 0 0.25 0.23 0.02
HSL 355.24º 0.89% 0.86% -
HSV(B) 355.24º 0.25% 0.98% -
XYZ 67.39 60.33 58.54 -
YUV 207.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 251 188 193 0 0.25 0.23 0.02 355.24 0.89 0.86
Hex FB BC C1 0 19 17 2 163 59 56
Octal 373 274 301 0 31 27 2 543 131 126
Binary 11111011 10111100 11000001 0 11001 10111 10 101100011 1011001 1010110

Color Harmonies of #FBBCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBCC1

Black with #FBBCC1

Text Example


Text Example

White with #FBBCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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