Html Css Color HEX #FDACBA Light Pink

📋 copy color: '#FDACBA'

red 253 ◦ green 172 ◦ blue 186

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

Shades of Light Pink #FDACBA

Tints of Light Pink #FDACBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.44%

R = 41.41%
G = 28.15%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDACBA (or 0xFDACBA) is known color: Light Pink. HEX triplet: FD, AC and BA. RGB value is (253,172,186). Sum of RGB (Red+Green+Blue) = 253+172+186=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACBA is #025345. Grayscale: #C5C5C5. Windows color (decimal): -152390 or 12233981. OLE color: 12233981.

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

Color convert

RGB 253 172 186 -
CMYK 0 0.32 0.26 0.01
HSL 349.63º 0.95% 0.83% -
HSV(B) 349.63º 0.32% 0.99% -
XYZ 64.12 53.93 53.48 -
YUV 197.82 121.34 167.36 -
System Red Green Blue C M Y K H S L
Decimal 253 172 186 0 0.32 0.26 0.01 349.63 0.95 0.83
Hex FD AC BA 0 20 1A 1 15E 5F 53
Octal 375 254 272 0 40 32 1 536 137 123
Binary 11111101 10101100 10111010 0 100000 11010 1 101011110 1011111 1010011

Color Harmonies of #FDACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDACBA

Black with #FDACBA

Text Example


Text Example

White with #FDACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDACBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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