Html Css Color HEX #FDAEAF Light Pink

📋 copy color: '#FDAEAF'

red 253 ◦ green 174 ◦ blue 175

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

Shades of Light Pink #FDAEAF

Tints of Light Pink #FDAEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.07%

R = 42.03%
G = 28.9%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FDAEAF (or 0xFDAEAF) is known color: Light Pink. HEX triplet: FD, AE and AF. RGB value is (253,174,175). Sum of RGB (Red+Green+Blue) = 253+174+175=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAEAF is #025150. Grayscale: #C5C5C5. Windows color (decimal): -151889 or 11513597. OLE color: 11513597.

HSL color Cylindrical-coordinate representation of color #FDAEAF: hue angle of 359.24º 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 #FDAEAF is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 174 175 -
CMYK 0 0.31 0.31 0.01
HSL 359.24º 0.95% 0.84% -
HSV(B) 359.24º 0.31% 0.99% -
XYZ 63.38 54.25 47.69 -
YUV 197.74 115.17 167.42 -
System Red Green Blue C M Y K H S L
Decimal 253 174 175 0 0.31 0.31 0.01 359.24 0.95 0.84
Hex FD AE AF 0 1F 1F 1 167 5F 54
Octal 375 256 257 0 37 37 1 547 137 124
Binary 11111101 10101110 10101111 0 11111 11111 1 101100111 1011111 1010100

Color Harmonies of #FDAEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAEAF

Black with #FDAEAF

Text Example


Text Example

White with #FDAEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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