Html Css Color HEX #FCBDBE Azalea

📋 copy color: '#FCBDBE'

red 252 ◦ green 189 ◦ blue 190

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

Shades of Azalea #FCBDBE

Tints of Azalea #FCBDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.11%

R = 39.94%
G = 29.95%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCBDBE (or 0xFCBDBE) is known color: Azalea. HEX triplet: FC, BD and BE. RGB value is (252,189,190). Sum of RGB (Red+Green+Blue) = 252+189+190=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDBE is #034241. Grayscale: #D0D0D0. Windows color (decimal): -213570 or 12500476. OLE color: 12500476.

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

Color convert

RGB 252 189 190 -
CMYK 0 0.25 0.25 0.01
HSL 359.05º 0.91% 0.86% -
HSV(B) 359.05º 0.25% 0.99% -
XYZ 67.64 60.81 56.89 -
YUV 207.95 117.87 159.42 -
System Red Green Blue C M Y K H S L
Decimal 252 189 190 0 0.25 0.25 0.01 359.05 0.91 0.86
Hex FC BD BE 0 19 19 1 167 5B 56
Octal 374 275 276 0 31 31 1 547 133 126
Binary 11111100 10111101 10111110 0 11001 11001 1 101100111 1011011 1010110

Color Harmonies of #FCBDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDBE

Black with #FCBDBE

Text Example


Text Example

White with #FCBDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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