Html Css Color HEX #FDB2B3 Light Pink

📋 copy color: '#FDB2B3'

red 253 ◦ green 178 ◦ blue 179

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

Shades of Light Pink #FDB2B3

Tints of Light Pink #FDB2B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 29.34%

R = 41.48%
G = 29.18%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FDB2B3 (or 0xFDB2B3) is known color: Light Pink. HEX triplet: FD, B2 and B3. RGB value is (253,178,179). Sum of RGB (Red+Green+Blue) = 253+178+179=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 178 (69.92% from 255 or 29.18% from 610); Blue value is 179 (70.31% from 255 or 29.34% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2B3 is #024D4C. Grayscale: #C8C8C8. Windows color (decimal): -150861 or 11776765. OLE color: 11776765.

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

Color convert

RGB 253 178 179 -
CMYK 0 0.30 0.29 0.01
HSL 359.2º 0.95% 0.85% -
HSV(B) 359.2º 0.3% 0.99% -
XYZ 64.57 55.98 50.05 -
YUV 200.54 115.85 165.42 -
System Red Green Blue C M Y K H S L
Decimal 253 178 179 0 0.30 0.29 0.01 359.2 0.95 0.85
Hex FD B2 B3 0 1E 1D 1 167 5F 55
Octal 375 262 263 0 36 35 1 547 137 125
Binary 11111101 10110010 10110011 0 11110 11101 1 101100111 1011111 1010101

Color Harmonies of #FDB2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB2B3

Black with #FDB2B3

Text Example


Text Example

White with #FDB2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB2B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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