Html Css Color HEX #FCB0C8 Cupid

📋 copy color: '#FCB0C8'

red 252 ◦ green 176 ◦ blue 200

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

Shades of Cupid #FCB0C8

Tints of Cupid #FCB0C8

RGB

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

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

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

R = 40.13%
G = 28.03%
B = 31.85%

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

#FCB0C8 (or 0xFCB0C8) is known color: Cupid. HEX triplet: FC, B0 and C8. RGB value is (252,176,200). Sum of RGB (Red+Green+Blue) = 252+176+200=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 176 (69.14% from 255 or 28.03% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0C8 is #034F37. Grayscale: #C9C9C9. Windows color (decimal): -216888 or 13152508. OLE color: 13152508.

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

Color convert

RGB 252 176 200 -
CMYK 0 0.30 0.21 0.01
HSL 341.05º 0.93% 0.84% -
HSV(B) 341.05º 0.3% 0.99% -
XYZ 66.1 55.92 61.95 -
YUV 201.46 127.18 164.05 -
System Red Green Blue C M Y K H S L
Decimal 252 176 200 0 0.30 0.21 0.01 341.05 0.93 0.84
Hex FC B0 C8 0 1E 15 1 155 5D 54
Octal 374 260 310 0 36 25 1 525 135 124
Binary 11111100 10110000 11001000 0 11110 10101 1 101010101 1011101 1010100

Color Harmonies of #FCB0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB0C8

Black with #FCB0C8

Text Example


Text Example

White with #FCB0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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