Html Css Color HEX #FCB1C8 Cupid

📋 copy color: '#FCB1C8'

red 252 ◦ green 177 ◦ blue 200

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

Shades of Cupid #FCB1C8

Tints of Cupid #FCB1C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.8%

R = 40.06%
G = 28.14%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCB1C8 (or 0xFCB1C8) is known color: Cupid. HEX triplet: FC, B1 and C8. RGB value is (252,177,200). Sum of RGB (Red+Green+Blue) = 252+177+200=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 177 (69.53% from 255 or 28.14% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1C8 is #034E37. Grayscale: #CACACA. Windows color (decimal): -216632 or 13152764. OLE color: 13152764.

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

Color convert

RGB 252 177 200 -
CMYK 0 0.30 0.21 0.01
HSL 341.6º 0.93% 0.84% -
HSV(B) 341.6º 0.3% 0.99% -
XYZ 66.29 56.31 62.02 -
YUV 202.05 126.85 163.63 -
System Red Green Blue C M Y K H S L
Decimal 252 177 200 0 0.30 0.21 0.01 341.6 0.93 0.84
Hex FC B1 C8 0 1E 15 1 156 5D 54
Octal 374 261 310 0 36 25 1 526 135 124
Binary 11111100 10110001 11001000 0 11110 10101 1 101010110 1011101 1010100

Color Harmonies of #FCB1C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB1C8

Black with #FCB1C8

Text Example


Text Example

White with #FCB1C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB1C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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