Html Css Color HEX #FDB2BF Light Pink

📋 copy color: '#FDB2BF'

red 253 ◦ green 178 ◦ blue 191

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

Shades of Light Pink #FDB2BF

Tints of Light Pink #FDB2BF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.62%

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

R = 40.68%
G = 28.62%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDB2BF (or 0xFDB2BF) is known color: Light Pink. HEX triplet: FD, B2 and BF. RGB value is (253,178,191). Sum of RGB (Red+Green+Blue) = 253+178+191=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 178 (69.92% from 255 or 28.62% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2BF is #024D40. Grayscale: #C9C9C9. Windows color (decimal): -150849 or 12563197. OLE color: 12563197.

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

Color convert

RGB 253 178 191 -
CMYK 0 0.30 0.25 0.01
HSL 349.6º 0.95% 0.85% -
HSV(B) 349.6º 0.3% 0.99% -
XYZ 65.83 56.49 56.72 -
YUV 201.91 121.85 164.44 -
System Red Green Blue C M Y K H S L
Decimal 253 178 191 0 0.30 0.25 0.01 349.6 0.95 0.85
Hex FD B2 BF 0 1E 19 1 15E 5F 55
Octal 375 262 277 0 36 31 1 536 137 125
Binary 11111101 10110010 10111111 0 11110 11001 1 101011110 1011111 1010101

Color Harmonies of #FDB2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB2BF

Black with #FDB2BF

Text Example


Text Example

White with #FDB2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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