Html Css Color HEX #FFBDC4 Azalea

📋 copy color: '#FFBDC4'

red 255 ◦ green 189 ◦ blue 196

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

Shades of Azalea #FFBDC4

Tints of Azalea #FFBDC4

RGB

 RED value IS 255 (100% from 255) = 39.84%

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

 BLUE value IS 196 (76.95% from 255) = 30.63%

R = 39.84%
G = 29.53%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FFBDC4 (or 0xFFBDC4) is known color: Azalea. HEX triplet: FF, BD and C4. RGB value is (255,189,196). Sum of RGB (Red+Green+Blue) = 255+189+196=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 196 (76.95% from 255 or 30.62% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDC4 is #00423B. Grayscale: #D1D1D1. Windows color (decimal): -16956 or 12893695. OLE color: 12893695.

HSL color Cylindrical-coordinate representation of color #FFBDC4: hue angle of 353.64º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFBDC4 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB 255 189 196 -
CMYK 0 0.26 0.23 0
HSL 353.64º 1% 0.87% -
HSV(B) 353.64º 0.26% 1% -
XYZ 69.4 61.64 60.46 -
YUV 209.53 120.37 160.43 -
System Red Green Blue C M Y K H S L
Decimal 255 189 196 0 0.26 0.23 0 353.64 1 0.87
Hex FF BD C4 0 1A 17 0 162 64 57
Octal 377 275 304 0 32 27 0 542 144 127
Binary 11111111 10111101 11000100 0 11010 10111 0 101100010 1100100 1010111

Color Harmonies of #FFBDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDC4

Black with #FFBDC4

Text Example


Text Example

White with #FFBDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBDC4; }

 p { color: rgb(255,189,196); }

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

background-color css

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

 a { background-color: rgb(255,189,196); }

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

border-color css

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

 span { border-color: rgb(255,189,196); }

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