Html Css Color HEX #FEB7C4 Light Pink

📋 copy color: '#FEB7C4'

red 254 ◦ green 183 ◦ blue 196

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

Shades of Light Pink #FEB7C4

Tints of Light Pink #FEB7C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.96%

R = 40.13%
G = 28.91%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FEB7C4 (or 0xFEB7C4) is known color: Light Pink. HEX triplet: FE, B7 and C4. RGB value is (254,183,196). Sum of RGB (Red+Green+Blue) = 254+183+196=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 183 (71.88% from 255 or 28.91% from 633); Blue value is 196 (76.95% from 255 or 30.96% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7C4 is #01483B. Grayscale: #CDCDCD. Windows color (decimal): -84028 or 12892158. OLE color: 12892158.

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

Color convert

RGB 254 183 196 -
CMYK 0 0.28 0.23 0.00
HSL 349.01º 0.97% 0.86% -
HSV(B) 349.01º 0.28% 1% -
XYZ 67.77 58.92 60.03 -
YUV 205.71 122.52 162.44 -
System Red Green Blue C M Y K H S L
Decimal 254 183 196 0 0.28 0.23 0.00 349.01 0.97 0.86
Hex FE B7 C4 0 1C 17 0 15D 61 56
Octal 376 267 304 0 34 27 0 535 141 126
Binary 11111110 10110111 11000100 0 11100 10111 0 101011101 1100001 1010110

Color Harmonies of #FEB7C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB7C4

Black with #FEB7C4

Text Example


Text Example

White with #FEB7C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB7C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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