Html Css Color HEX #FCB1C9 Cupid

📋 copy color: '#FCB1C9'

red 252 ◦ green 177 ◦ blue 201

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

Shades of Cupid #FCB1C9

Tints of Cupid #FCB1C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.9%

R = 40%
G = 28.1%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCB1C9 (or 0xFCB1C9) is known color: Cupid. HEX triplet: FC, B1 and C9. RGB value is (252,177,201). Sum of RGB (Red+Green+Blue) = 252+177+201=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 177 (69.53% from 255 or 28.10% from 630); Blue value is 201 (78.91% from 255 or 31.90% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1C9 is #034E36. Grayscale: #CACACA. Windows color (decimal): -216631 or 13218300. OLE color: 13218300.

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

Color convert

RGB 252 177 201 -
CMYK 0 0.30 0.20 0.01
HSL 340.8º 0.93% 0.84% -
HSV(B) 340.8º 0.3% 0.99% -
XYZ 66.41 56.36 62.64 -
YUV 202.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 252 177 201 0 0.30 0.20 0.01 340.8 0.93 0.84
Hex FC B1 C9 0 1E 14 1 155 5D 54
Octal 374 261 311 0 36 24 1 525 135 124
Binary 11111100 10110001 11001001 0 11110 10100 1 101010101 1011101 1010100

Color Harmonies of #FCB1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB1C9

Black with #FCB1C9

Text Example


Text Example

White with #FCB1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB1C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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