Html Css Color HEX #FCB3C8 Cupid

📋 copy color: '#FCB3C8'

red 252 ◦ green 179 ◦ blue 200

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

Shades of Cupid #FCB3C8

Tints of Cupid #FCB3C8

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.37%

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

R = 39.94%
G = 28.37%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCB3C8 (or 0xFCB3C8) is known color: Cupid. HEX triplet: FC, B3 and C8. RGB value is (252,179,200). Sum of RGB (Red+Green+Blue) = 252+179+200=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 179 (70.31% from 255 or 28.37% from 631); Blue value is 200 (78.52% from 255 or 31.70% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3C8 is #034C37. Grayscale: #CBCBCB. Windows color (decimal): -216120 or 13153276. OLE color: 13153276.

HSL color Cylindrical-coordinate representation of color #FCB3C8: hue angle of 342.74º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB3C8 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 179 200 -
CMYK 0 0.29 0.21 0.01
HSL 342.74º 0.92% 0.85% -
HSV(B) 342.74º 0.29% 0.99% -
XYZ 66.69 57.11 62.15 -
YUV 203.22 126.18 162.79 -
System Red Green Blue C M Y K H S L
Decimal 252 179 200 0 0.29 0.21 0.01 342.74 0.92 0.85
Hex FC B3 C8 0 1D 15 1 157 5C 55
Octal 374 263 310 0 35 25 1 527 134 125
Binary 11111100 10110011 11001000 0 11101 10101 1 101010111 1011100 1010101

Color Harmonies of #FCB3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB3C8

Black with #FCB3C8

Text Example


Text Example

White with #FCB3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB3C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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