Html Css Color HEX #FDA8BA Light Pink

📋 copy color: '#FDA8BA'

red 253 ◦ green 168 ◦ blue 186

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

Shades of Light Pink #FDA8BA

Tints of Light Pink #FDA8BA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.68%

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

R = 41.68%
G = 27.68%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDA8BA (or 0xFDA8BA) is known color: Light Pink. HEX triplet: FD, A8 and BA. RGB value is (253,168,186). Sum of RGB (Red+Green+Blue) = 253+168+186=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA8BA is #025745. Grayscale: #C3C3C3. Windows color (decimal): -153414 or 12232957. OLE color: 12232957.

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

Color convert

RGB 253 168 186 -
CMYK 0 0.34 0.26 0.01
HSL 347.29º 0.96% 0.83% -
HSV(B) 347.29º 0.34% 0.99% -
XYZ 63.37 52.43 53.23 -
YUV 195.47 122.66 169.04 -
System Red Green Blue C M Y K H S L
Decimal 253 168 186 0 0.34 0.26 0.01 347.29 0.96 0.83
Hex FD A8 BA 0 22 1A 1 15B 60 53
Octal 375 250 272 0 42 32 1 533 140 123
Binary 11111101 10101000 10111010 0 100010 11010 1 101011011 1100000 1010011

Color Harmonies of #FDA8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA8BA

Black with #FDA8BA

Text Example


Text Example

White with #FDA8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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