Html Css Color HEX #FEBED0 Pink

📋 copy color: '#FEBED0'

red 254 ◦ green 190 ◦ blue 208

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

Shades of Pink #FEBED0

Tints of Pink #FEBED0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.14%

 BLUE value IS 208 (81.64% from 255) = 31.9%

R = 38.96%
G = 29.14%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FEBED0 (or 0xFEBED0) is known color: Pink. HEX triplet: FE, BE and D0. RGB value is (254,190,208). Sum of RGB (Red+Green+Blue) = 254+190+208=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBED0 is #01412F. Grayscale: #D3D3D3. Windows color (decimal): -82224 or 13680382. OLE color: 13680382.

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

Color convert

RGB 254 190 208 -
CMYK 0 0.25 0.18 0.00
HSL 343.13º 0.97% 0.87% -
HSV(B) 343.13º 0.25% 1% -
XYZ 70.67 62.45 68 -
YUV 211.19 126.2 158.54 -
System Red Green Blue C M Y K H S L
Decimal 254 190 208 0 0.25 0.18 0.00 343.13 0.97 0.87
Hex FE BE D0 0 19 12 0 157 61 57
Octal 376 276 320 0 31 22 0 527 141 127
Binary 11111110 10111110 11010000 0 11001 10010 0 101010111 1100001 1010111

Color Harmonies of #FEBED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBED0

Black with #FEBED0

Text Example


Text Example

White with #FEBED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBED0; }

 p { color: rgb(254,190,208); }

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

background-color css

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

 a { background-color: rgb(254,190,208); }

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

border-color css

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

 span { border-color: rgb(254,190,208); }

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