Html Css Color HEX #FEADB3 Light Pink

📋 copy color: '#FEADB3'

red 254 ◦ green 173 ◦ blue 179

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

Shades of Light Pink #FEADB3

Tints of Light Pink #FEADB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 29.54%

R = 41.91%
G = 28.55%
B = 29.54%

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

#FEADB3 (or 0xFEADB3) is known color: Light Pink. HEX triplet: FE, AD and B3. RGB value is (254,173,179). Sum of RGB (Red+Green+Blue) = 254+173+179=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 179 (70.31% from 255 or 29.54% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADB3 is #01524C. Grayscale: #C5C5C5. Windows color (decimal): -86605 or 11775486. OLE color: 11775486.

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

Color convert

RGB 254 173 179 -
CMYK 0 0.32 0.30 0.00
HSL 355.56º 0.98% 0.84% -
HSV(B) 355.56º 0.32% 1% -
XYZ 63.95 54.21 49.74 -
YUV 197.9 117.34 168.01 -
System Red Green Blue C M Y K H S L
Decimal 254 173 179 0 0.32 0.30 0.00 355.56 0.98 0.84
Hex FE AD B3 0 20 1E 0 164 62 54
Octal 376 255 263 0 40 36 0 544 142 124
Binary 11111110 10101101 10110011 0 100000 11110 0 101100100 1100010 1010100

Color Harmonies of #FEADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADB3

Black with #FEADB3

Text Example


Text Example

White with #FEADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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