Html Css Color HEX #FCB0C2 Cupid

📋 copy color: '#FCB0C2'

red 252 ◦ green 176 ◦ blue 194

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

Shades of Cupid #FCB0C2

Tints of Cupid #FCB0C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.19%

R = 40.51%
G = 28.3%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCB0C2 (or 0xFCB0C2) is known color: Cupid. HEX triplet: FC, B0 and C2. RGB value is (252,176,194). Sum of RGB (Red+Green+Blue) = 252+176+194=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 176 (69.14% from 255 or 28.30% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0C2 is #034F3D. Grayscale: #C8C8C8. Windows color (decimal): -216894 or 12759292. OLE color: 12759292.

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

Color convert

RGB 252 176 194 -
CMYK 0 0.30 0.23 0.01
HSL 345.79º 0.93% 0.84% -
HSV(B) 345.79º 0.3% 0.99% -
XYZ 65.41 55.64 58.33 -
YUV 200.78 124.18 164.54 -
System Red Green Blue C M Y K H S L
Decimal 252 176 194 0 0.30 0.23 0.01 345.79 0.93 0.84
Hex FC B0 C2 0 1E 17 1 15A 5D 54
Octal 374 260 302 0 36 27 1 532 135 124
Binary 11111100 10110000 11000010 0 11110 10111 1 101011010 1011101 1010100

Color Harmonies of #FCB0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB0C2

Black with #FCB0C2

Text Example


Text Example

White with #FCB0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB0C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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