Html Css Color HEX #FDACB5 Light Pink

📋 copy color: '#FDACB5'

red 253 ◦ green 172 ◦ blue 181

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

Shades of Light Pink #FDACB5

Tints of Light Pink #FDACB5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.38%

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

R = 41.75%
G = 28.38%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FDACB5 (or 0xFDACB5) is known color: Light Pink. HEX triplet: FD, AC and B5. RGB value is (253,172,181). Sum of RGB (Red+Green+Blue) = 253+172+181=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACB5 is #02534A. Grayscale: #C5C5C5. Windows color (decimal): -152395 or 11906301. OLE color: 11906301.

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

Color convert

RGB 253 172 181 -
CMYK 0 0.32 0.28 0.01
HSL 353.33º 0.95% 0.83% -
HSV(B) 353.33º 0.32% 0.99% -
XYZ 63.6 53.72 50.73 -
YUV 197.25 118.84 167.77 -
System Red Green Blue C M Y K H S L
Decimal 253 172 181 0 0.32 0.28 0.01 353.33 0.95 0.83
Hex FD AC B5 0 20 1C 1 161 5F 53
Octal 375 254 265 0 40 34 1 541 137 123
Binary 11111101 10101100 10110101 0 100000 11100 1 101100001 1011111 1010011

Color Harmonies of #FDACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDACB5

Black with #FDACB5

Text Example


Text Example

White with #FDACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDACB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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