Html Css Color HEX #FDB6BF Light Pink

📋 copy color: '#FDB6BF'

red 253 ◦ green 182 ◦ blue 191

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

Shades of Light Pink #FDB6BF

Tints of Light Pink #FDB6BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.51%

R = 40.42%
G = 29.07%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDB6BF (or 0xFDB6BF) is known color: Light Pink. HEX triplet: FD, B6 and BF. RGB value is (253,182,191). Sum of RGB (Red+Green+Blue) = 253+182+191=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 182 (71.48% from 255 or 29.07% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB6BF is #024940. Grayscale: #CCCCCC. Windows color (decimal): -149825 or 12564221. OLE color: 12564221.

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

Color convert

RGB 253 182 191 -
CMYK 0 0.28 0.25 0.01
HSL 352.39º 0.95% 0.85% -
HSV(B) 352.39º 0.28% 0.99% -
XYZ 66.64 58.1 56.99 -
YUV 204.26 120.52 162.77 -
System Red Green Blue C M Y K H S L
Decimal 253 182 191 0 0.28 0.25 0.01 352.39 0.95 0.85
Hex FD B6 BF 0 1C 19 1 160 5F 55
Octal 375 266 277 0 34 31 1 540 137 125
Binary 11111101 10110110 10111111 0 11100 11001 1 101100000 1011111 1010101

Color Harmonies of #FDB6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB6BF

Black with #FDB6BF

Text Example


Text Example

White with #FDB6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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