Html Css Color HEX #FCB0B2 Light Pink

📋 copy color: '#FCB0B2'

red 252 ◦ green 176 ◦ blue 178

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

Shades of Light Pink #FCB0B2

Tints of Light Pink #FCB0B2

RGB

 RED value IS 252 (98.83% from 255) = 41.58%

 GREEN value IS 176 (69.14% from 255) = 29.04%

 BLUE value IS 178 (69.92% from 255) = 29.37%

R = 41.58%
G = 29.04%
B = 29.37%

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

#FCB0B2 (or 0xFCB0B2) is known color: Light Pink. HEX triplet: FC, B0 and B2. RGB value is (252,176,178). Sum of RGB (Red+Green+Blue) = 252+176+178=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 176 (69.14% from 255 or 29.04% from 606); Blue value is 178 (69.92% from 255 or 29.37% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB0B2 is #034F4D. Grayscale: #C7C7C7. Windows color (decimal): -216910 or 11710716. OLE color: 11710716.

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

Color convert

RGB 252 176 178 -
CMYK 0 0.30 0.29 0.01
HSL 358.42º 0.93% 0.84% -
HSV(B) 358.42º 0.3% 0.99% -
XYZ 63.71 54.96 49.37 -
YUV 198.95 116.18 165.84 -
System Red Green Blue C M Y K H S L
Decimal 252 176 178 0 0.30 0.29 0.01 358.42 0.93 0.84
Hex FC B0 B2 0 1E 1D 1 166 5D 54
Octal 374 260 262 0 36 35 1 546 135 124
Binary 11111100 10110000 10110010 0 11110 11101 1 101100110 1011101 1010100

Color Harmonies of #FCB0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB0B2

Black with #FCB0B2

Text Example


Text Example

White with #FCB0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB0B2; }

 p { color: rgb(252,176,178); }

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

background-color css

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

 a { background-color: rgb(252,176,178); }

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

border-color css

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

 span { border-color: rgb(252,176,178); }

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