Html Css Color HEX #FEB8C0 Light Pink

📋 copy color: '#FEB8C0'

red 254 ◦ green 184 ◦ blue 192

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

Shades of Light Pink #FEB8C0

Tints of Light Pink #FEB8C0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.21%

 BLUE value IS 192 (75.39% from 255) = 30.48%

R = 40.32%
G = 29.21%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEB8C0 (or 0xFEB8C0) is known color: Light Pink. HEX triplet: FE, B8 and C0. RGB value is (254,184,192). Sum of RGB (Red+Green+Blue) = 254+184+192=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 184 (72.27% from 255 or 29.21% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8C0 is #01473F. Grayscale: #CDCDCD. Windows color (decimal): -83776 or 12630270. OLE color: 12630270.

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

Color convert

RGB 254 184 192 -
CMYK 0 0.28 0.24 0.00
HSL 353.14º 0.97% 0.86% -
HSV(B) 353.14º 0.28% 1% -
XYZ 67.53 59.16 57.73 -
YUV 205.84 120.19 162.35 -
System Red Green Blue C M Y K H S L
Decimal 254 184 192 0 0.28 0.24 0.00 353.14 0.97 0.86
Hex FE B8 C0 0 1C 18 0 161 61 56
Octal 376 270 300 0 34 30 0 541 141 126
Binary 11111110 10111000 11000000 0 11100 11000 0 101100001 1100001 1010110

Color Harmonies of #FEB8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB8C0

Black with #FEB8C0

Text Example


Text Example

White with #FEB8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB8C0; }

 p { color: rgb(254,184,192); }

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

background-color css

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

 a { background-color: rgb(254,184,192); }

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

border-color css

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

 span { border-color: rgb(254,184,192); }

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