Html Css Color HEX #FCC4B4 Your Pink

📋 copy color: '#FCC4B4'

red 252 ◦ green 196 ◦ blue 180

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

Shades of Your Pink #FCC4B4

Tints of Your Pink #FCC4B4

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCC4B4 (or 0xFCC4B4) is known color: Your Pink. HEX triplet: FC, C4 and B4. RGB value is (252,196,180). Sum of RGB (Red+Green+Blue) = 252+196+180=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 196 (76.95% from 255 or 31.21% from 628); Blue value is 180 (70.70% from 255 or 28.66% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4B4 is #033B4B. Grayscale: #D3D3D3. Windows color (decimal): -211788 or 11846908. OLE color: 11846908.

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

Color convert

RGB 252 196 180 -
CMYK 0 0.22 0.29 0.01
HSL 13.33º 0.92% 0.85% -
HSV(B) 13.33º 0.29% 0.99% -
XYZ 68.12 63.47 51.84 -
YUV 210.92 110.55 157.3 -
System Red Green Blue C M Y K H S L
Decimal 252 196 180 0 0.22 0.29 0.01 13.33 0.92 0.85
Hex FC C4 B4 0 16 1D 1 D 5C 55
Octal 374 304 264 0 26 35 1 15 134 125
Binary 11111100 11000100 10110100 0 10110 11101 1 1101 1011100 1010101

Color Harmonies of #FCC4B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC4B4

Black with #FCC4B4

Text Example


Text Example

White with #FCC4B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC4B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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