Html Css Color HEX #FEB6C7 Light Pink

📋 copy color: '#FEB6C7'

red 254 ◦ green 182 ◦ blue 199

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

Shades of Light Pink #FEB6C7

Tints of Light Pink #FEB6C7

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.66%

 BLUE value IS 199 (78.13% from 255) = 31.34%

R = 40%
G = 28.66%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FEB6C7 (or 0xFEB6C7) is known color: Light Pink. HEX triplet: FE, B6 and C7. RGB value is (254,182,199). Sum of RGB (Red+Green+Blue) = 254+182+199=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 182 (71.48% from 255 or 28.66% from 635); Blue value is 199 (78.12% from 255 or 31.34% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6C7 is #014938. Grayscale: #CDCDCD. Windows color (decimal): -84281 or 13088510. OLE color: 13088510.

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

Color convert

RGB 254 182 199 -
CMYK 0 0.28 0.22 0.00
HSL 345.83º 0.97% 0.85% -
HSV(B) 345.83º 0.28% 1% -
XYZ 67.91 58.65 61.77 -
YUV 205.47 124.35 162.62 -
System Red Green Blue C M Y K H S L
Decimal 254 182 199 0 0.28 0.22 0.00 345.83 0.97 0.85
Hex FE B6 C7 0 1C 16 0 15A 61 55
Octal 376 266 307 0 34 26 0 532 141 125
Binary 11111110 10110110 11000111 0 11100 10110 0 101011010 1100001 1010101

Color Harmonies of #FEB6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB6C7

Black with #FEB6C7

Text Example


Text Example

White with #FEB6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB6C7; }

 p { color: rgb(254,182,199); }

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

background-color css

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

 a { background-color: rgb(254,182,199); }

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

border-color css

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

 span { border-color: rgb(254,182,199); }

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