Html Css Color HEX #FEBDC6 Pink

📋 copy color: '#FEBDC6'

red 254 ◦ green 189 ◦ blue 198

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

Shades of Pink #FEBDC6

Tints of Pink #FEBDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 30.89%

R = 39.63%
G = 29.49%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FEBDC6 (or 0xFEBDC6) is known color: Pink. HEX triplet: FE, BD and C6. RGB value is (254,189,198). Sum of RGB (Red+Green+Blue) = 254+189+198=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 198 (77.73% from 255 or 30.89% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDC6 is #014239. Grayscale: #D1D1D1. Windows color (decimal): -82490 or 13024766. OLE color: 13024766.

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

Color convert

RGB 254 189 198 -
CMYK 0 0.26 0.22 0.00
HSL 351.69º 0.97% 0.87% -
HSV(B) 351.69º 0.26% 1% -
XYZ 69.26 61.54 61.65 -
YUV 209.46 121.53 159.77 -
System Red Green Blue C M Y K H S L
Decimal 254 189 198 0 0.26 0.22 0.00 351.69 0.97 0.87
Hex FE BD C6 0 1A 16 0 160 61 57
Octal 376 275 306 0 32 26 0 540 141 127
Binary 11111110 10111101 11000110 0 11010 10110 0 101100000 1100001 1010111

Color Harmonies of #FEBDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBDC6

Black with #FEBDC6

Text Example


Text Example

White with #FEBDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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