Html Css Color HEX #FDACB0 Light Pink

📋 copy color: '#FDACB0'

red 253 ◦ green 172 ◦ blue 176

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

Shades of Light Pink #FDACB0

Tints of Light Pink #FDACB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.28%

R = 42.1%
G = 28.62%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDACB0 (or 0xFDACB0) is known color: Light Pink. HEX triplet: FD, AC and B0. RGB value is (253,172,176). Sum of RGB (Red+Green+Blue) = 253+172+176=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 176 (69.14% from 255 or 29.28% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDACB0 is #02534F. Grayscale: #C4C4C4. Windows color (decimal): -152400 or 11578621. OLE color: 11578621.

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

Color convert

RGB 253 172 176 -
CMYK 0 0.32 0.30 0.01
HSL 357.04º 0.95% 0.83% -
HSV(B) 357.04º 0.32% 0.99% -
XYZ 63.1 53.52 48.08 -
YUV 196.68 116.34 168.17 -
System Red Green Blue C M Y K H S L
Decimal 253 172 176 0 0.32 0.30 0.01 357.04 0.95 0.83
Hex FD AC B0 0 20 1E 1 165 5F 53
Octal 375 254 260 0 40 36 1 545 137 123
Binary 11111101 10101100 10110000 0 100000 11110 1 101100101 1011111 1010011

Color Harmonies of #FDACB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDACB0

Black with #FDACB0

Text Example


Text Example

White with #FDACB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDACB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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