#FFB2C4

Color #FFB2C4 Light Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Pink #FFB2C4

Tints of Light Pink #FFB2C4

Color information

#FFB2C4 (or 0xFFB2C4) is unknown color: approx Light Pink. HEX triplet: FF, B2 and C4. RGB value is (255,178,196). Sum of RGB (Red+Green+Blue) = 255+178+196=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 178 (69.92% from 255 or 28.30% from 629); Blue value is 196 (76.95% from 255 or 31.16% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2C4 is #004D3B. Grayscale: #CBCBCB. Windows color (decimal): -19772 or 12890879. OLE color: 12890879.

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

Color convert

RGB255178196-
CMYK00.300.230
HSL345.97º100%84.9%-
HSV(B)345.97º30.2%100%-
XYZ67.1257.0959.71-
YUV203.08124.01165.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.54%
GREEN value IS 178 (69.92% from 255) = 28.30%
BLUE value IS 196 (76.95% from 255) = 31.16%
R=40.54%
G=28.30%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517819600.300.230345.9710084.9
HexFFB2C401E17015a6455
Octal377262304036270532144125
Binary11111111101100101100010001111010111010101101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB2C4; }

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

 H1.HeaderClassName
 {
   color: #FFB2C4;
 }
 .AnyTagClassName
 {
   color: #FFB2C4;
 }
</style>
background-color css

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

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

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

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

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

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