Html Css Color HEX #FDB7B8 Light Pink

📋 copy color: '#FDB7B8'

red 253 ◦ green 183 ◦ blue 184

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

Shades of Light Pink #FDB7B8

Tints of Light Pink #FDB7B8

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.52%

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

R = 40.81%
G = 29.52%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FDB7B8 (or 0xFDB7B8) is known color: Light Pink. HEX triplet: FD, B7 and B8. RGB value is (253,183,184). Sum of RGB (Red+Green+Blue) = 253+183+184=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 183 (71.88% from 255 or 29.52% from 620); Blue value is 184 (72.27% from 255 or 29.68% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB7B8 is #024847. Grayscale: #CCCCCC. Windows color (decimal): -149576 or 12105725. OLE color: 12105725.

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

Color convert

RGB 253 183 184 -
CMYK 0 0.28 0.27 0.01
HSL 359.14º 0.95% 0.85% -
HSV(B) 359.14º 0.28% 0.99% -
XYZ 66.09 58.21 53.1 -
YUV 204.04 116.69 162.92 -
System Red Green Blue C M Y K H S L
Decimal 253 183 184 0 0.28 0.27 0.01 359.14 0.95 0.85
Hex FD B7 B8 0 1C 1B 1 167 5F 55
Octal 375 267 270 0 34 33 1 547 137 125
Binary 11111101 10110111 10111000 0 11100 11011 1 101100111 1011111 1010101

Color Harmonies of #FDB7B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB7B8

Black with #FDB7B8

Text Example


Text Example

White with #FDB7B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB7B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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