Html Css Color HEX #FEB7C5 Light Pink

📋 copy color: '#FEB7C5'

red 254 ◦ green 183 ◦ blue 197

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

Shades of Light Pink #FEB7C5

Tints of Light Pink #FEB7C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.07%

R = 40.06%
G = 28.86%
B = 31.07%

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

#FEB7C5 (or 0xFEB7C5) is known color: Light Pink. HEX triplet: FE, B7 and C5. RGB value is (254,183,197). Sum of RGB (Red+Green+Blue) = 254+183+197=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 183 (71.88% from 255 or 28.86% from 634); Blue value is 197 (77.34% from 255 or 31.07% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7C5 is #01483A. Grayscale: #CDCDCD. Windows color (decimal): -84027 or 12957694. OLE color: 12957694.

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

Color convert

RGB 254 183 197 -
CMYK 0 0.28 0.22 0.00
HSL 348.17º 0.97% 0.86% -
HSV(B) 348.17º 0.28% 1% -
XYZ 67.88 58.97 60.63 -
YUV 205.83 123.02 162.36 -
System Red Green Blue C M Y K H S L
Decimal 254 183 197 0 0.28 0.22 0.00 348.17 0.97 0.86
Hex FE B7 C5 0 1C 16 0 15C 61 56
Octal 376 267 305 0 34 26 0 534 141 126
Binary 11111110 10110111 11000101 0 11100 10110 0 101011100 1100001 1010110

Color Harmonies of #FEB7C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB7C5

Black with #FEB7C5

Text Example


Text Example

White with #FEB7C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB7C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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