Html Css Color HEX #FCB2B4 Light Pink

📋 copy color: '#FCB2B4'

red 252 ◦ green 178 ◦ blue 180

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

Shades of Light Pink #FCB2B4

Tints of Light Pink #FCB2B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.51%

R = 41.31%
G = 29.18%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCB2B4 (or 0xFCB2B4) is known color: Light Pink. HEX triplet: FC, B2 and B4. RGB value is (252,178,180). Sum of RGB (Red+Green+Blue) = 252+178+180=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 178 (69.92% from 255 or 29.18% from 610); Blue value is 180 (70.70% from 255 or 29.51% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2B4 is #034D4B. Grayscale: #C8C8C8. Windows color (decimal): -216396 or 11842300. OLE color: 11842300.

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

Color convert

RGB 252 178 180 -
CMYK 0 0.29 0.29 0.01
HSL 358.38º 0.93% 0.84% -
HSV(B) 358.38º 0.29% 0.99% -
XYZ 64.3 55.83 50.57 -
YUV 200.35 116.52 164.84 -
System Red Green Blue C M Y K H S L
Decimal 252 178 180 0 0.29 0.29 0.01 358.38 0.93 0.84
Hex FC B2 B4 0 1D 1D 1 166 5C 54
Octal 374 262 264 0 35 35 1 546 134 124
Binary 11111100 10110010 10110100 0 11101 11101 1 101100110 1011100 1010100

Color Harmonies of #FCB2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB2B4

Black with #FCB2B4

Text Example


Text Example

White with #FCB2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB2B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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