Html Css Color HEX #FFB2B3 Light Pink

📋 copy color: '#FFB2B3'

red 255 ◦ green 178 ◦ blue 179

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

Shades of Light Pink #FFB2B3

Tints of Light Pink #FFB2B3

RGB

 RED value IS 255 (100% from 255) = 41.67%

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

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

R = 41.67%
G = 29.08%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFB2B3 (or 0xFFB2B3) is known color: Light Pink. HEX triplet: FF, B2 and B3. RGB value is (255,178,179). Sum of RGB (Red+Green+Blue) = 255+178+179=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 179 (70.31% from 255 or 29.25% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2B3 is #004D4C. Grayscale: #C9C9C9. Windows color (decimal): -19789 or 11776767. OLE color: 11776767.

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

Color convert

RGB 255 178 179 -
CMYK 0 0.30 0.30 0
HSL 359.22º 1% 0.85% -
HSV(B) 359.22º 0.3% 1% -
XYZ 65.3 56.36 50.08 -
YUV 201.14 115.51 166.42 -
System Red Green Blue C M Y K H S L
Decimal 255 178 179 0 0.30 0.30 0 359.22 1 0.85
Hex FF B2 B3 0 1E 1E 0 167 64 55
Octal 377 262 263 0 36 36 0 547 144 125
Binary 11111111 10110010 10110011 0 11110 11110 0 101100111 1100100 1010101

Color Harmonies of #FFB2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB2B3

Black with #FFB2B3

Text Example


Text Example

White with #FFB2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB2B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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