Html Css Color HEX #FCBDC1 Azalea

📋 copy color: '#FCBDC1'

red 252 ◦ green 189 ◦ blue 193

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

Shades of Azalea #FCBDC1

Tints of Azalea #FCBDC1

RGB

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

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

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

R = 39.75%
G = 29.81%
B = 30.44%

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

#FCBDC1 (or 0xFCBDC1) is known color: Azalea. HEX triplet: FC, BD and C1. RGB value is (252,189,193). Sum of RGB (Red+Green+Blue) = 252+189+193=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 193 (75.78% from 255 or 30.44% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDC1 is #03423E. Grayscale: #D0D0D0. Windows color (decimal): -213567 or 12697084. OLE color: 12697084.

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

Color convert

RGB 252 189 193 -
CMYK 0 0.25 0.23 0.01
HSL 356.19º 0.91% 0.86% -
HSV(B) 356.19º 0.25% 0.99% -
XYZ 67.97 60.94 58.63 -
YUV 208.29 119.37 159.17 -
System Red Green Blue C M Y K H S L
Decimal 252 189 193 0 0.25 0.23 0.01 356.19 0.91 0.86
Hex FC BD C1 0 19 17 1 164 5B 56
Octal 374 275 301 0 31 27 1 544 133 126
Binary 11111100 10111101 11000001 0 11001 10111 1 101100100 1011011 1010110

Color Harmonies of #FCBDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDC1

Black with #FCBDC1

Text Example


Text Example

White with #FCBDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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