Html Css Color HEX #FCB7C5 Light Pink

📋 copy color: '#FCB7C5'

red 252 ◦ green 183 ◦ blue 197

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

Shades of Light Pink #FCB7C5

Tints of Light Pink #FCB7C5

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.96%

 BLUE value IS 197 (77.34% from 255) = 31.17%

R = 39.87%
G = 28.96%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCB7C5 (or 0xFCB7C5) is known color: Light Pink. HEX triplet: FC, B7 and C5. RGB value is (252,183,197). Sum of RGB (Red+Green+Blue) = 252+183+197=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 183 (71.88% from 255 or 28.96% from 632); Blue value is 197 (77.34% from 255 or 31.17% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB7C5 is #03483A. Grayscale: #CDCDCD. Windows color (decimal): -215099 or 12957692. OLE color: 12957692.

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

Color convert

RGB 252 183 197 -
CMYK 0 0.27 0.22 0.01
HSL 347.83º 0.92% 0.85% -
HSV(B) 347.83º 0.27% 0.99% -
XYZ 67.16 58.59 60.59 -
YUV 205.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 252 183 197 0 0.27 0.22 0.01 347.83 0.92 0.85
Hex FC B7 C5 0 1B 16 1 15C 5C 55
Octal 374 267 305 0 33 26 1 534 134 125
Binary 11111100 10110111 11000101 0 11011 10110 1 101011100 1011100 1010101

Color Harmonies of #FCB7C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB7C5

Black with #FCB7C5

Text Example


Text Example

White with #FCB7C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB7C5; }

 p { color: rgb(252,183,197); }

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

background-color css

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

 a { background-color: rgb(252,183,197); }

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

border-color css

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

 span { border-color: rgb(252,183,197); }

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