Html Css Color HEX #FDB6B8 Light Pink

📋 copy color: '#FDB6B8'

red 253 ◦ green 182 ◦ blue 184

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

Shades of Light Pink #FDB6B8

Tints of Light Pink #FDB6B8

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.4%

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

R = 40.87%
G = 29.4%
B = 29.73%

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

#FDB6B8 (or 0xFDB6B8) is known color: Light Pink. HEX triplet: FD, B6 and B8. RGB value is (253,182,184). Sum of RGB (Red+Green+Blue) = 253+182+184=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 184 (72.27% from 255 or 29.73% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB6B8 is #024947. Grayscale: #CBCBCB. Windows color (decimal): -149832 or 12105469. OLE color: 12105469.

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

Color convert

RGB 253 182 184 -
CMYK 0 0.28 0.27 0.01
HSL 358.31º 0.95% 0.85% -
HSV(B) 358.31º 0.28% 0.99% -
XYZ 65.89 57.8 53.03 -
YUV 203.46 117.02 163.34 -
System Red Green Blue C M Y K H S L
Decimal 253 182 184 0 0.28 0.27 0.01 358.31 0.95 0.85
Hex FD B6 B8 0 1C 1B 1 166 5F 55
Octal 375 266 270 0 34 33 1 546 137 125
Binary 11111101 10110110 10111000 0 11100 11011 1 101100110 1011111 1010101

Color Harmonies of #FDB6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB6B8

Black with #FDB6B8

Text Example


Text Example

White with #FDB6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB6B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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