Html Css Color HEX #FCB0C6 Cupid

📋 copy color: '#FCB0C6'

red 252 ◦ green 176 ◦ blue 198

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

Shades of Cupid #FCB0C6

Tints of Cupid #FCB0C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.63%

R = 40.26%
G = 28.12%
B = 31.63%

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

#FCB0C6 (or 0xFCB0C6) is known color: Cupid. HEX triplet: FC, B0 and C6. RGB value is (252,176,198). Sum of RGB (Red+Green+Blue) = 252+176+198=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 176 (69.14% from 255 or 28.12% from 626); Blue value is 198 (77.73% from 255 or 31.63% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0C6 is #034F39. Grayscale: #C9C9C9. Windows color (decimal): -216890 or 13021436. OLE color: 13021436.

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

Color convert

RGB 252 176 198 -
CMYK 0 0.30 0.21 0.01
HSL 342.63º 0.93% 0.84% -
HSV(B) 342.63º 0.3% 0.99% -
XYZ 65.86 55.82 60.73 -
YUV 201.23 126.18 164.21 -
System Red Green Blue C M Y K H S L
Decimal 252 176 198 0 0.30 0.21 0.01 342.63 0.93 0.84
Hex FC B0 C6 0 1E 15 1 157 5D 54
Octal 374 260 306 0 36 25 1 527 135 124
Binary 11111100 10110000 11000110 0 11110 10101 1 101010111 1011101 1010100

Color Harmonies of #FCB0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB0C6

Black with #FCB0C6

Text Example


Text Example

White with #FCB0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB0C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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