Html Css Color HEX #FEB4C4 Light Pink

📋 copy color: '#FEB4C4'

red 254 ◦ green 180 ◦ blue 196

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

Shades of Light Pink #FEB4C4

Tints of Light Pink #FEB4C4

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.57%

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

R = 40.32%
G = 28.57%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FEB4C4 (or 0xFEB4C4) is known color: Light Pink. HEX triplet: FE, B4 and C4. RGB value is (254,180,196). Sum of RGB (Red+Green+Blue) = 254+180+196=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 180 (70.70% from 255 or 28.57% from 630); Blue value is 196 (76.95% from 255 or 31.11% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB4C4 is #014B3B. Grayscale: #CBCBCB. Windows color (decimal): -84796 or 12891390. OLE color: 12891390.

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

Color convert

RGB 254 180 196 -
CMYK 0 0.29 0.23 0.00
HSL 347.03º 0.97% 0.85% -
HSV(B) 347.03º 0.29% 1% -
XYZ 67.16 57.7 59.82 -
YUV 203.95 123.52 163.7 -
System Red Green Blue C M Y K H S L
Decimal 254 180 196 0 0.29 0.23 0.00 347.03 0.97 0.85
Hex FE B4 C4 0 1D 17 0 15B 61 55
Octal 376 264 304 0 35 27 0 533 141 125
Binary 11111110 10110100 11000100 0 11101 10111 0 101011011 1100001 1010101

Color Harmonies of #FEB4C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB4C4

Black with #FEB4C4

Text Example


Text Example

White with #FEB4C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB4C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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