Html Css Color HEX #FCB0C9 Cupid

📋 copy color: '#FCB0C9'

red 252 ◦ green 176 ◦ blue 201

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

Shades of Cupid #FCB0C9

Tints of Cupid #FCB0C9

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.98%

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

R = 40.06%
G = 27.98%
B = 31.96%

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

#FCB0C9 (or 0xFCB0C9) is known color: Cupid. HEX triplet: FC, B0 and C9. RGB value is (252,176,201). Sum of RGB (Red+Green+Blue) = 252+176+201=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 176 (69.14% from 255 or 27.98% from 629); Blue value is 201 (78.91% from 255 or 31.96% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0C9 is #034F36. Grayscale: #C9C9C9. Windows color (decimal): -216887 or 13218044. OLE color: 13218044.

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

Color convert

RGB 252 176 201 -
CMYK 0 0.30 0.20 0.01
HSL 340.26º 0.93% 0.84% -
HSV(B) 340.26º 0.3% 0.99% -
XYZ 66.21 55.96 62.57 -
YUV 201.57 127.68 163.97 -
System Red Green Blue C M Y K H S L
Decimal 252 176 201 0 0.30 0.20 0.01 340.26 0.93 0.84
Hex FC B0 C9 0 1E 14 1 154 5D 54
Octal 374 260 311 0 36 24 1 524 135 124
Binary 11111100 10110000 11001001 0 11110 10100 1 101010100 1011101 1010100

Color Harmonies of #FCB0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB0C9

Black with #FCB0C9

Text Example


Text Example

White with #FCB0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB0C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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