Html Css Color HEX #FDA5AF Light Pink

📋 copy color: '#FDA5AF'

red 253 ◦ green 165 ◦ blue 175

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

Shades of Light Pink #FDA5AF

Tints of Light Pink #FDA5AF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.82%

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

R = 42.66%
G = 27.82%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FDA5AF (or 0xFDA5AF) is known color: Light Pink. HEX triplet: FD, A5 and AF. RGB value is (253,165,175). Sum of RGB (Red+Green+Blue) = 253+165+175=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 165 (64.84% from 255 or 27.82% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA5AF is #025A50. Grayscale: #C0C0C0. Windows color (decimal): -154193 or 11511293. OLE color: 11511293.

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

Color convert

RGB 253 165 175 -
CMYK 0 0.35 0.31 0.01
HSL 353.18º 0.96% 0.82% -
HSV(B) 353.18º 0.35% 0.99% -
XYZ 61.7 50.89 47.13 -
YUV 192.45 118.15 171.19 -
System Red Green Blue C M Y K H S L
Decimal 253 165 175 0 0.35 0.31 0.01 353.18 0.96 0.82
Hex FD A5 AF 0 23 1F 1 161 60 52
Octal 375 245 257 0 43 37 1 541 140 122
Binary 11111101 10100101 10101111 0 100011 11111 1 101100001 1100000 1010010

Color Harmonies of #FDA5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA5AF

Black with #FDA5AF

Text Example


Text Example

White with #FDA5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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