Html Css Color HEX #FEBAC3 Light Pink

📋 copy color: '#FEBAC3'

red 254 ◦ green 186 ◦ blue 195

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

Shades of Light Pink #FEBAC3

Tints of Light Pink #FEBAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.71%

R = 40%
G = 29.29%
B = 30.71%

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

#FEBAC3 (or 0xFEBAC3) is known color: Light Pink. HEX triplet: FE, BA and C3. RGB value is (254,186,195). Sum of RGB (Red+Green+Blue) = 254+186+195=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 195 (76.56% from 255 or 30.71% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAC3 is #01453C. Grayscale: #CFCFCF. Windows color (decimal): -83261 or 12827390. OLE color: 12827390.

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

Color convert

RGB 254 186 195 -
CMYK 0 0.27 0.23 0.00
HSL 352.06º 0.97% 0.86% -
HSV(B) 352.06º 0.27% 1% -
XYZ 68.28 60.13 59.64 -
YUV 207.36 121.03 161.27 -
System Red Green Blue C M Y K H S L
Decimal 254 186 195 0 0.27 0.23 0.00 352.06 0.97 0.86
Hex FE BA C3 0 1B 17 0 160 61 56
Octal 376 272 303 0 33 27 0 540 141 126
Binary 11111110 10111010 11000011 0 11011 10111 0 101100000 1100001 1010110

Color Harmonies of #FEBAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBAC3

Black with #FEBAC3

Text Example


Text Example

White with #FEBAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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