Html Css Color HEX #FEBDC8 Pink

📋 copy color: '#FEBDC8'

red 254 ◦ green 189 ◦ blue 200

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

Shades of Pink #FEBDC8

Tints of Pink #FEBDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.1%

R = 39.5%
G = 29.39%
B = 31.1%

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

#FEBDC8 (or 0xFEBDC8) is known color: Pink. HEX triplet: FE, BD and C8. RGB value is (254,189,200). Sum of RGB (Red+Green+Blue) = 254+189+200=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDC8 is #014237. Grayscale: #D1D1D1. Windows color (decimal): -82488 or 13155838. OLE color: 13155838.

HSL color Cylindrical-coordinate representation of color #FEBDC8: hue angle of 349.85º 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 #FEBDC8 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 189 200 -
CMYK 0 0.26 0.21 0.00
HSL 349.85º 0.97% 0.87% -
HSV(B) 349.85º 0.26% 1% -
XYZ 69.5 61.64 62.88 -
YUV 209.69 122.53 159.61 -
System Red Green Blue C M Y K H S L
Decimal 254 189 200 0 0.26 0.21 0.00 349.85 0.97 0.87
Hex FE BD C8 0 1A 15 0 15E 61 57
Octal 376 275 310 0 32 25 0 536 141 127
Binary 11111110 10111101 11001000 0 11010 10101 0 101011110 1100001 1010111

Color Harmonies of #FEBDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBDC8

Black with #FEBDC8

Text Example


Text Example

White with #FEBDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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