Html Css Color HEX #FDB6BA Light Pink

📋 copy color: '#FDB6BA'

red 253 ◦ green 182 ◦ blue 186

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

Shades of Light Pink #FDB6BA

Tints of Light Pink #FDB6BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.95%

R = 40.74%
G = 29.31%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDB6BA (or 0xFDB6BA) is known color: Light Pink. HEX triplet: FD, B6 and BA. RGB value is (253,182,186). Sum of RGB (Red+Green+Blue) = 253+182+186=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB6BA is #024945. Grayscale: #CBCBCB. Windows color (decimal): -149830 or 12236541. OLE color: 12236541.

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

Color convert

RGB 253 182 186 -
CMYK 0 0.28 0.26 0.01
HSL 356.62º 0.95% 0.85% -
HSV(B) 356.62º 0.28% 0.99% -
XYZ 66.1 57.88 54.14 -
YUV 203.69 118.02 163.17 -
System Red Green Blue C M Y K H S L
Decimal 253 182 186 0 0.28 0.26 0.01 356.62 0.95 0.85
Hex FD B6 BA 0 1C 1A 1 165 5F 55
Octal 375 266 272 0 34 32 1 545 137 125
Binary 11111101 10110110 10111010 0 11100 11010 1 101100101 1011111 1010101

Color Harmonies of #FDB6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB6BA

Black with #FDB6BA

Text Example


Text Example

White with #FDB6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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