Html Css Color HEX #FDA8B8 Light Pink

📋 copy color: '#FDA8B8'

red 253 ◦ green 168 ◦ blue 184

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

Shades of Light Pink #FDA8B8

Tints of Light Pink #FDA8B8

RGB

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

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

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

R = 41.82%
G = 27.77%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FDA8B8 (or 0xFDA8B8) is known color: Light Pink. HEX triplet: FD, A8 and B8. RGB value is (253,168,184). Sum of RGB (Red+Green+Blue) = 253+168+184=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 184 (72.27% from 255 or 30.41% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA8B8 is #025747. Grayscale: #C3C3C3. Windows color (decimal): -153416 or 12101885. OLE color: 12101885.

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

Color convert

RGB 253 168 184 -
CMYK 0 0.34 0.27 0.01
HSL 348.71º 0.96% 0.83% -
HSV(B) 348.71º 0.34% 0.99% -
XYZ 63.16 52.35 52.12 -
YUV 195.24 121.66 169.2 -
System Red Green Blue C M Y K H S L
Decimal 253 168 184 0 0.34 0.27 0.01 348.71 0.96 0.83
Hex FD A8 B8 0 22 1B 1 15D 60 53
Octal 375 250 270 0 42 33 1 535 140 123
Binary 11111101 10101000 10111000 0 100010 11011 1 101011101 1100000 1010011

Color Harmonies of #FDA8B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA8B8

Black with #FDA8B8

Text Example


Text Example

White with #FDA8B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA8B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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