Html Css Color HEX #FEBDB9 Your Pink

📋 copy color: '#FEBDB9'

red 254 ◦ green 189 ◦ blue 185

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

Shades of Your Pink #FEBDB9

Tints of Your Pink #FEBDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.46%

R = 40.45%
G = 30.1%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FEBDB9 (or 0xFEBDB9) is known color: Your Pink. HEX triplet: FE, BD and B9. RGB value is (254,189,185). Sum of RGB (Red+Green+Blue) = 254+189+185=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 185 (72.66% from 255 or 29.46% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDB9 is #014246. Grayscale: #D0D0D0. Windows color (decimal): -82503 or 12172798. OLE color: 12172798.

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

Color convert

RGB 254 189 185 -
CMYK 0 0.26 0.27 0.00
HSL 3.48º 0.97% 0.86% -
HSV(B) 3.48º 0.27% 1% -
XYZ 67.83 60.97 54.09 -
YUV 207.98 115.03 160.83 -
System Red Green Blue C M Y K H S L
Decimal 254 189 185 0 0.26 0.27 0.00 3.48 0.97 0.86
Hex FE BD B9 0 1A 1B 0 3 61 56
Octal 376 275 271 0 32 33 0 3 141 126
Binary 11111110 10111101 10111001 0 11010 11011 0 11 1100001 1010110

Color Harmonies of #FEBDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBDB9

Black with #FEBDB9

Text Example


Text Example

White with #FEBDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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