Html Css Color HEX #FCB2C2 Light Pink

📋 copy color: '#FCB2C2'

red 252 ◦ green 178 ◦ blue 194

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

Shades of Light Pink #FCB2C2

Tints of Light Pink #FCB2C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.09%

R = 40.38%
G = 28.53%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCB2C2 (or 0xFCB2C2) is known color: Light Pink. HEX triplet: FC, B2 and C2. RGB value is (252,178,194). Sum of RGB (Red+Green+Blue) = 252+178+194=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 178 (69.92% from 255 or 28.53% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2C2 is #034D3D. Grayscale: #C9C9C9. Windows color (decimal): -216382 or 12759804. OLE color: 12759804.

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

Color convert

RGB 252 178 194 -
CMYK 0 0.29 0.23 0.01
HSL 347.03º 0.93% 0.84% -
HSV(B) 347.03º 0.29% 0.99% -
XYZ 65.8 56.43 58.46 -
YUV 201.95 123.52 163.7 -
System Red Green Blue C M Y K H S L
Decimal 252 178 194 0 0.29 0.23 0.01 347.03 0.93 0.84
Hex FC B2 C2 0 1D 17 1 15B 5C 54
Octal 374 262 302 0 35 27 1 533 134 124
Binary 11111100 10110010 11000010 0 11101 10111 1 101011011 1011100 1010100

Color Harmonies of #FCB2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB2C2

Black with #FCB2C2

Text Example


Text Example

White with #FCB2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB2C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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