Html Css Color HEX #FDACB8 Light Pink

📋 copy color: '#FDACB8'

red 253 ◦ green 172 ◦ blue 184

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

Shades of Light Pink #FDACB8

Tints of Light Pink #FDACB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.21%

R = 41.54%
G = 28.24%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FDACB8 (or 0xFDACB8) is known color: Light Pink. HEX triplet: FD, AC and B8. RGB value is (253,172,184). Sum of RGB (Red+Green+Blue) = 253+172+184=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 184 (72.27% from 255 or 30.21% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACB8 is #025347. Grayscale: #C5C5C5. Windows color (decimal): -152392 or 12102909. OLE color: 12102909.

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

Color convert

RGB 253 172 184 -
CMYK 0 0.32 0.27 0.01
HSL 351.11º 0.95% 0.83% -
HSV(B) 351.11º 0.32% 0.99% -
XYZ 63.91 53.85 52.37 -
YUV 197.59 120.34 167.52 -
System Red Green Blue C M Y K H S L
Decimal 253 172 184 0 0.32 0.27 0.01 351.11 0.95 0.83
Hex FD AC B8 0 20 1B 1 15F 5F 53
Octal 375 254 270 0 40 33 1 537 137 123
Binary 11111101 10101100 10111000 0 100000 11011 1 101011111 1011111 1010011

Color Harmonies of #FDACB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDACB8

Black with #FDACB8

Text Example


Text Example

White with #FDACB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDACB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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