Html Css Color HEX #FCB4C4 Light Pink

📋 copy color: '#FCB4C4'

red 252 ◦ green 180 ◦ blue 196

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

Shades of Light Pink #FCB4C4

Tints of Light Pink #FCB4C4

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.66%

 BLUE value IS 196 (76.95% from 255) = 31.21%

R = 40.13%
G = 28.66%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCB4C4 (or 0xFCB4C4) is known color: Light Pink. HEX triplet: FC, B4 and C4. RGB value is (252,180,196). Sum of RGB (Red+Green+Blue) = 252+180+196=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 180 (70.70% from 255 or 28.66% from 628); Blue value is 196 (76.95% from 255 or 31.21% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB4C4 is #034B3B. Grayscale: #CBCBCB. Windows color (decimal): -215868 or 12891388. OLE color: 12891388.

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

Color convert

RGB 252 180 196 -
CMYK 0 0.29 0.22 0.01
HSL 346.67º 0.92% 0.85% -
HSV(B) 346.67º 0.29% 0.99% -
XYZ 66.43 57.32 59.79 -
YUV 203.35 123.85 162.7 -
System Red Green Blue C M Y K H S L
Decimal 252 180 196 0 0.29 0.22 0.01 346.67 0.92 0.85
Hex FC B4 C4 0 1D 16 1 15B 5C 55
Octal 374 264 304 0 35 26 1 533 134 125
Binary 11111100 10110100 11000100 0 11101 10110 1 101011011 1011100 1010101

Color Harmonies of #FCB4C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB4C4

Black with #FCB4C4

Text Example


Text Example

White with #FCB4C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB4C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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