Html Css Color HEX #FEADB2 Light Pink

📋 copy color: '#FEADB2'

red 254 ◦ green 173 ◦ blue 178

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

Shades of Light Pink #FEADB2

Tints of Light Pink #FEADB2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.6%

 BLUE value IS 178 (69.92% from 255) = 29.42%

R = 41.98%
G = 28.6%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEADB2 (or 0xFEADB2) is known color: Light Pink. HEX triplet: FE, AD and B2. RGB value is (254,173,178). Sum of RGB (Red+Green+Blue) = 254+173+178=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 178 (69.92% from 255 or 29.42% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEADB2 is #01524D. Grayscale: #C5C5C5. Windows color (decimal): -86606 or 11709950. OLE color: 11709950.

HSL color Cylindrical-coordinate representation of color #FEADB2: hue angle of 356.3º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEADB2 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 173 178 -
CMYK 0 0.32 0.30 0.00
HSL 356.3º 0.98% 0.84% -
HSV(B) 356.3º 0.32% 1% -
XYZ 63.85 54.17 49.21 -
YUV 197.79 116.84 168.09 -
System Red Green Blue C M Y K H S L
Decimal 254 173 178 0 0.32 0.30 0.00 356.3 0.98 0.84
Hex FE AD B2 0 20 1E 0 164 62 54
Octal 376 255 262 0 40 36 0 544 142 124
Binary 11111110 10101101 10110010 0 100000 11110 0 101100100 1100010 1010100

Color Harmonies of #FEADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADB2

Black with #FEADB2

Text Example


Text Example

White with #FEADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADB2; }

 p { color: rgb(254,173,178); }

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

background-color css

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

 a { background-color: rgb(254,173,178); }

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

border-color css

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

 span { border-color: rgb(254,173,178); }

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