Html Css Color HEX #FCBDBF Azalea

📋 copy color: '#FCBDBF'

red 252 ◦ green 189 ◦ blue 191

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

Shades of Azalea #FCBDBF

Tints of Azalea #FCBDBF

RGB

 RED value IS 252 (98.83% from 255) = 39.87%

 GREEN value IS 189 (74.22% from 255) = 29.91%

 BLUE value IS 191 (75% from 255) = 30.22%

R = 39.87%
G = 29.91%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FCBDBF (or 0xFCBDBF) is known color: Azalea. HEX triplet: FC, BD and BF. RGB value is (252,189,191). Sum of RGB (Red+Green+Blue) = 252+189+191=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDBF is #034240. Grayscale: #D0D0D0. Windows color (decimal): -213569 or 12566012. OLE color: 12566012.

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

Color convert

RGB 252 189 191 -
CMYK 0 0.25 0.24 0.01
HSL 358.1º 0.91% 0.86% -
HSV(B) 358.1º 0.25% 0.99% -
XYZ 67.75 60.85 57.47 -
YUV 208.07 118.37 159.34 -
System Red Green Blue C M Y K H S L
Decimal 252 189 191 0 0.25 0.24 0.01 358.1 0.91 0.86
Hex FC BD BF 0 19 18 1 166 5B 56
Octal 374 275 277 0 31 30 1 546 133 126
Binary 11111100 10111101 10111111 0 11001 11000 1 101100110 1011011 1010110

Color Harmonies of #FCBDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDBF

Black with #FCBDBF

Text Example


Text Example

White with #FCBDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDBF; }

 p { color: rgb(252,189,191); }

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

background-color css

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

 a { background-color: rgb(252,189,191); }

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

border-color css

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

 span { border-color: rgb(252,189,191); }

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