Html Css Color HEX #FDB8B9 Light Pink

📋 copy color: '#FDB8B9'

red 253 ◦ green 184 ◦ blue 185

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

Shades of Light Pink #FDB8B9

Tints of Light Pink #FDB8B9

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.58%

 BLUE value IS 185 (72.66% from 255) = 29.74%

R = 40.68%
G = 29.58%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FDB8B9 (or 0xFDB8B9) is known color: Light Pink. HEX triplet: FD, B8 and B9. RGB value is (253,184,185). Sum of RGB (Red+Green+Blue) = 253+184+185=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 184 (72.27% from 255 or 29.58% from 622); Blue value is 185 (72.66% from 255 or 29.74% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB8B9 is #024746. Grayscale: #CCCCCC. Windows color (decimal): -149319 or 12171517. OLE color: 12171517.

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

Color convert

RGB 253 184 185 -
CMYK 0 0.27 0.27 0.01
HSL 359.13º 0.95% 0.86% -
HSV(B) 359.13º 0.27% 0.99% -
XYZ 66.41 58.67 53.72 -
YUV 204.75 116.86 162.42 -
System Red Green Blue C M Y K H S L
Decimal 253 184 185 0 0.27 0.27 0.01 359.13 0.95 0.86
Hex FD B8 B9 0 1B 1B 1 167 5F 56
Octal 375 270 271 0 33 33 1 547 137 126
Binary 11111101 10111000 10111001 0 11011 11011 1 101100111 1011111 1010110

Color Harmonies of #FDB8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB8B9

Black with #FDB8B9

Text Example


Text Example

White with #FDB8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB8B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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