Html Css Color HEX #FCB0B5 Light Pink

📋 copy color: '#FCB0B5'

red 252 ◦ green 176 ◦ blue 181

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

Shades of Light Pink #FCB0B5

Tints of Light Pink #FCB0B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.72%

R = 41.38%
G = 28.9%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FCB0B5 (or 0xFCB0B5) is known color: Light Pink. HEX triplet: FC, B0 and B5. RGB value is (252,176,181). Sum of RGB (Red+Green+Blue) = 252+176+181=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 181 (71.09% from 255 or 29.72% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0B5 is #034F4A. Grayscale: #C7C7C7. Windows color (decimal): -216907 or 11907324. OLE color: 11907324.

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

Color convert

RGB 252 176 181 -
CMYK 0 0.30 0.28 0.01
HSL 356.05º 0.93% 0.84% -
HSV(B) 356.05º 0.3% 0.99% -
XYZ 64.01 55.08 50.97 -
YUV 199.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 252 176 181 0 0.30 0.28 0.01 356.05 0.93 0.84
Hex FC B0 B5 0 1E 1C 1 164 5D 54
Octal 374 260 265 0 36 34 1 544 135 124
Binary 11111100 10110000 10110101 0 11110 11100 1 101100100 1011101 1010100

Color Harmonies of #FCB0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB0B5

Black with #FCB0B5

Text Example


Text Example

White with #FCB0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB0B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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