Html Css Color HEX #FEB7C6 Light Pink

📋 copy color: '#FEB7C6'

red 254 ◦ green 183 ◦ blue 198

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

Shades of Light Pink #FEB7C6

Tints of Light Pink #FEB7C6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.82%

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

R = 40%
G = 28.82%
B = 31.18%

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

#FEB7C6 (or 0xFEB7C6) is known color: Light Pink. HEX triplet: FE, B7 and C6. RGB value is (254,183,198). Sum of RGB (Red+Green+Blue) = 254+183+198=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 183 (71.88% from 255 or 28.82% from 635); Blue value is 198 (77.73% from 255 or 31.18% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7C6 is #014839. Grayscale: #CDCDCD. Windows color (decimal): -84026 or 13023230. OLE color: 13023230.

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

Color convert

RGB 254 183 198 -
CMYK 0 0.28 0.22 0.00
HSL 347.32º 0.97% 0.86% -
HSV(B) 347.32º 0.28% 1% -
XYZ 68 59.02 61.23 -
YUV 205.94 123.52 162.28 -
System Red Green Blue C M Y K H S L
Decimal 254 183 198 0 0.28 0.22 0.00 347.32 0.97 0.86
Hex FE B7 C6 0 1C 16 0 15B 61 56
Octal 376 267 306 0 34 26 0 533 141 126
Binary 11111110 10110111 11000110 0 11100 10110 0 101011011 1100001 1010110

Color Harmonies of #FEB7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB7C6

Black with #FEB7C6

Text Example


Text Example

White with #FEB7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB7C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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