Html Css Color HEX #FDA6B5 Light Pink

📋 copy color: '#FDA6B5'

red 253 ◦ green 166 ◦ blue 181

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

Shades of Light Pink #FDA6B5

Tints of Light Pink #FDA6B5

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.67%

 BLUE value IS 181 (71.09% from 255) = 30.17%

R = 42.17%
G = 27.67%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FDA6B5 (or 0xFDA6B5) is known color: Light Pink. HEX triplet: FD, A6 and B5. RGB value is (253,166,181). Sum of RGB (Red+Green+Blue) = 253+166+181=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 166 (65.23% from 255 or 27.67% from 600); Blue value is 181 (71.09% from 255 or 30.17% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA6B5 is #02594A. Grayscale: #C1C1C1. Windows color (decimal): -153931 or 11904765. OLE color: 11904765.

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

Color convert

RGB 253 166 181 -
CMYK 0 0.34 0.28 0.01
HSL 349.66º 0.96% 0.82% -
HSV(B) 349.66º 0.34% 0.99% -
XYZ 62.48 51.49 50.36 -
YUV 193.72 120.82 170.28 -
System Red Green Blue C M Y K H S L
Decimal 253 166 181 0 0.34 0.28 0.01 349.66 0.96 0.82
Hex FD A6 B5 0 22 1C 1 15E 60 52
Octal 375 246 265 0 42 34 1 536 140 122
Binary 11111101 10100110 10110101 0 100010 11100 1 101011110 1100000 1010010

Color Harmonies of #FDA6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA6B5

Black with #FDA6B5

Text Example


Text Example

White with #FDA6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA6B5; }

 p { color: rgb(253,166,181); }

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

background-color css

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

 a { background-color: rgb(253,166,181); }

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

border-color css

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

 span { border-color: rgb(253,166,181); }

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