Html Css Color HEX #FDAEB8 Light Pink

📋 copy color: '#FDAEB8'

red 253 ◦ green 174 ◦ blue 184

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

Shades of Light Pink #FDAEB8

Tints of Light Pink #FDAEB8

RGB

 RED value IS 253 (99.22% from 255) = 41.41%

 GREEN value IS 174 (68.36% from 255) = 28.48%

 BLUE value IS 184 (72.27% from 255) = 30.11%

R = 41.41%
G = 28.48%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FDAEB8 (or 0xFDAEB8) is known color: Light Pink. HEX triplet: FD, AE and B8. RGB value is (253,174,184). Sum of RGB (Red+Green+Blue) = 253+174+184=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 184 (72.27% from 255 or 30.11% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAEB8 is #025147. Grayscale: #C6C6C6. Windows color (decimal): -151880 or 12103421. OLE color: 12103421.

HSL color Cylindrical-coordinate representation of color #FDAEB8: hue angle of 352.41º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDAEB8 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 174 184 -
CMYK 0 0.31 0.27 0.01
HSL 352.41º 0.95% 0.84% -
HSV(B) 352.41º 0.31% 0.99% -
XYZ 64.3 54.62 52.5 -
YUV 198.76 119.67 166.69 -
System Red Green Blue C M Y K H S L
Decimal 253 174 184 0 0.31 0.27 0.01 352.41 0.95 0.84
Hex FD AE B8 0 1F 1B 1 160 5F 54
Octal 375 256 270 0 37 33 1 540 137 124
Binary 11111101 10101110 10111000 0 11111 11011 1 101100000 1011111 1010100

Color Harmonies of #FDAEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAEB8

Black with #FDAEB8

Text Example


Text Example

White with #FDAEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAEB8; }

 p { color: rgb(253,174,184); }

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

background-color css

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

 a { background-color: rgb(253,174,184); }

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

border-color css

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

 span { border-color: rgb(253,174,184); }

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