Html Css Color HEX #FEBDC9 Pink

📋 copy color: '#FEBDC9'

red 254 ◦ green 189 ◦ blue 201

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

Shades of Pink #FEBDC9

Tints of Pink #FEBDC9

RGB

 RED value IS 254 (99.61% from 255) = 39.44%

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

 BLUE value IS 201 (78.91% from 255) = 31.21%

R = 39.44%
G = 29.35%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEBDC9 (or 0xFEBDC9) is known color: Pink. HEX triplet: FE, BD and C9. RGB value is (254,189,201). Sum of RGB (Red+Green+Blue) = 254+189+201=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 201 (78.91% from 255 or 31.21% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDC9 is #014236. Grayscale: #D1D1D1. Windows color (decimal): -82487 or 13221374. OLE color: 13221374.

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

Color convert

RGB 254 189 201 -
CMYK 0 0.26 0.21 0.00
HSL 348.92º 0.97% 0.87% -
HSV(B) 348.92º 0.26% 1% -
XYZ 69.61 61.68 63.5 -
YUV 209.8 123.03 159.52 -
System Red Green Blue C M Y K H S L
Decimal 254 189 201 0 0.26 0.21 0.00 348.92 0.97 0.87
Hex FE BD C9 0 1A 15 0 15D 61 57
Octal 376 275 311 0 32 25 0 535 141 127
Binary 11111110 10111101 11001001 0 11010 10101 0 101011101 1100001 1010111

Color Harmonies of #FEBDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBDC9

Black with #FEBDC9

Text Example


Text Example

White with #FEBDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBDC9; }

 p { color: rgb(254,189,201); }

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

background-color css

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

 a { background-color: rgb(254,189,201); }

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

border-color css

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

 span { border-color: rgb(254,189,201); }

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