Html Css Color HEX #FEB3C4 Light Pink

📋 copy color: '#FEB3C4'

red 254 ◦ green 179 ◦ blue 196

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

Shades of Light Pink #FEB3C4

Tints of Light Pink #FEB3C4

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.46%

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

R = 40.38%
G = 28.46%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FEB3C4 (or 0xFEB3C4) is known color: Light Pink. HEX triplet: FE, B3 and C4. RGB value is (254,179,196). Sum of RGB (Red+Green+Blue) = 254+179+196=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 179 (70.31% from 255 or 28.46% from 629); Blue value is 196 (76.95% from 255 or 31.16% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3C4 is #014C3B. Grayscale: #CBCBCB. Windows color (decimal): -85052 or 12891134. OLE color: 12891134.

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

Color convert

RGB 254 179 196 -
CMYK 0 0.30 0.23 0.00
HSL 346.4º 0.97% 0.85% -
HSV(B) 346.4º 0.3% 1% -
XYZ 66.96 57.3 59.75 -
YUV 203.36 123.85 164.12 -
System Red Green Blue C M Y K H S L
Decimal 254 179 196 0 0.30 0.23 0.00 346.4 0.97 0.85
Hex FE B3 C4 0 1E 17 0 15A 61 55
Octal 376 263 304 0 36 27 0 532 141 125
Binary 11111110 10110011 11000100 0 11110 10111 0 101011010 1100001 1010101

Color Harmonies of #FEB3C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB3C4

Black with #FEB3C4

Text Example


Text Example

White with #FEB3C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB3C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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