Html Css Color HEX #FDA9BC Light Pink

📋 copy color: '#FDA9BC'

red 253 ◦ green 169 ◦ blue 188

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

Shades of Light Pink #FDA9BC

Tints of Light Pink #FDA9BC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.7%

 BLUE value IS 188 (73.83% from 255) = 30.82%

R = 41.48%
G = 27.7%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDA9BC (or 0xFDA9BC) is known color: Light Pink. HEX triplet: FD, A9 and BC. RGB value is (253,169,188). Sum of RGB (Red+Green+Blue) = 253+169+188=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 169 (66.41% from 255 or 27.70% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA9BC is #025643. Grayscale: #C4C4C4. Windows color (decimal): -153156 or 12364285. OLE color: 12364285.

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

Color convert

RGB 253 169 188 -
CMYK 0 0.33 0.26 0.01
HSL 346.43º 0.95% 0.83% -
HSV(B) 346.43º 0.33% 0.99% -
XYZ 63.77 52.89 54.42 -
YUV 196.28 123.33 168.46 -
System Red Green Blue C M Y K H S L
Decimal 253 169 188 0 0.33 0.26 0.01 346.43 0.95 0.83
Hex FD A9 BC 0 21 1A 1 15A 5F 53
Octal 375 251 274 0 41 32 1 532 137 123
Binary 11111101 10101001 10111100 0 100001 11010 1 101011010 1011111 1010011

Color Harmonies of #FDA9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA9BC

Black with #FDA9BC

Text Example


Text Example

White with #FDA9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA9BC; }

 p { color: rgb(253,169,188); }

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

background-color css

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

 a { background-color: rgb(253,169,188); }

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

border-color css

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

 span { border-color: rgb(253,169,188); }

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