Html Css Color HEX #FCB1C5 Cupid

📋 copy color: '#FCB1C5'

red 252 ◦ green 177 ◦ blue 197

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

Shades of Cupid #FCB1C5

Tints of Cupid #FCB1C5

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.27%

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

R = 40.26%
G = 28.27%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCB1C5 (or 0xFCB1C5) is known color: Cupid. HEX triplet: FC, B1 and C5. RGB value is (252,177,197). Sum of RGB (Red+Green+Blue) = 252+177+197=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 177 (69.53% from 255 or 28.27% from 626); Blue value is 197 (77.34% from 255 or 31.47% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1C5 is #034E3A. Grayscale: #C9C9C9. Windows color (decimal): -216635 or 12956156. OLE color: 12956156.

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

Color convert

RGB 252 177 197 -
CMYK 0 0.30 0.22 0.01
HSL 344º 0.93% 0.84% -
HSV(B) 344º 0.3% 0.99% -
XYZ 65.95 56.17 60.19 -
YUV 201.71 125.35 163.87 -
System Red Green Blue C M Y K H S L
Decimal 252 177 197 0 0.30 0.22 0.01 344 0.93 0.84
Hex FC B1 C5 0 1E 16 1 158 5D 54
Octal 374 261 305 0 36 26 1 530 135 124
Binary 11111100 10110001 11000101 0 11110 10110 1 101011000 1011101 1010100

Color Harmonies of #FCB1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB1C5

Black with #FCB1C5

Text Example


Text Example

White with #FCB1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB1C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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