Html Css Color HEX #FEBAC4 Light Pink

📋 copy color: '#FEBAC4'

red 254 ◦ green 186 ◦ blue 196

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

Shades of Light Pink #FEBAC4

Tints of Light Pink #FEBAC4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.25%

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

R = 39.94%
G = 29.25%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FEBAC4 (or 0xFEBAC4) is known color: Light Pink. HEX triplet: FE, BA and C4. RGB value is (254,186,196). Sum of RGB (Red+Green+Blue) = 254+186+196=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 196 (76.95% from 255 or 30.82% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAC4 is #01453B. Grayscale: #CFCFCF. Windows color (decimal): -83260 or 12892926. OLE color: 12892926.

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

Color convert

RGB 254 186 196 -
CMYK 0 0.27 0.23 0.00
HSL 351.18º 0.97% 0.86% -
HSV(B) 351.18º 0.27% 1% -
XYZ 68.4 60.17 60.23 -
YUV 207.47 121.53 161.19 -
System Red Green Blue C M Y K H S L
Decimal 254 186 196 0 0.27 0.23 0.00 351.18 0.97 0.86
Hex FE BA C4 0 1B 17 0 15F 61 56
Octal 376 272 304 0 33 27 0 537 141 126
Binary 11111110 10111010 11000100 0 11011 10111 0 101011111 1100001 1010110

Color Harmonies of #FEBAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBAC4

Black with #FEBAC4

Text Example


Text Example

White with #FEBAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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