Html Css Color HEX #FCBDC2 Azalea

📋 copy color: '#FCBDC2'

red 252 ◦ green 189 ◦ blue 194

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

Shades of Azalea #FCBDC2

Tints of Azalea #FCBDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.55%

R = 39.69%
G = 29.76%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCBDC2 (or 0xFCBDC2) is known color: Azalea. HEX triplet: FC, BD and C2. RGB value is (252,189,194). Sum of RGB (Red+Green+Blue) = 252+189+194=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 194 (76.17% from 255 or 30.55% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDC2 is #03423D. Grayscale: #D0D0D0. Windows color (decimal): -213566 or 12762620. OLE color: 12762620.

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

Color convert

RGB 252 189 194 -
CMYK 0 0.25 0.23 0.01
HSL 355.24º 0.91% 0.86% -
HSV(B) 355.24º 0.25% 0.99% -
XYZ 68.08 60.99 59.22 -
YUV 208.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 252 189 194 0 0.25 0.23 0.01 355.24 0.91 0.86
Hex FC BD C2 0 19 17 1 163 5B 56
Octal 374 275 302 0 31 27 1 543 133 126
Binary 11111100 10111101 11000010 0 11001 10111 1 101100011 1011011 1010110

Color Harmonies of #FCBDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDC2

Black with #FCBDC2

Text Example


Text Example

White with #FCBDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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