Html Css Color HEX #FCB0B3 Light Pink

📋 copy color: '#FCB0B3'

red 252 ◦ green 176 ◦ blue 179

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

Shades of Light Pink #FCB0B3

Tints of Light Pink #FCB0B3

RGB

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

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

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

R = 41.52%
G = 29%
B = 29.49%

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

#FCB0B3 (or 0xFCB0B3) is known color: Light Pink. HEX triplet: FC, B0 and B3. RGB value is (252,176,179). Sum of RGB (Red+Green+Blue) = 252+176+179=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0B3 is #034F4C. Grayscale: #C7C7C7. Windows color (decimal): -216909 or 11776252. OLE color: 11776252.

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

Color convert

RGB 252 176 179 -
CMYK 0 0.30 0.29 0.01
HSL 357.63º 0.93% 0.84% -
HSV(B) 357.63º 0.3% 0.99% -
XYZ 63.81 55 49.9 -
YUV 199.07 116.68 165.76 -
System Red Green Blue C M Y K H S L
Decimal 252 176 179 0 0.30 0.29 0.01 357.63 0.93 0.84
Hex FC B0 B3 0 1E 1D 1 166 5D 54
Octal 374 260 263 0 36 35 1 546 135 124
Binary 11111100 10110000 10110011 0 11110 11101 1 101100110 1011101 1010100

Color Harmonies of #FCB0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB0B3

Black with #FCB0B3

Text Example


Text Example

White with #FCB0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB0B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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