Html Css Color HEX #FCB1C3 Cupid

📋 copy color: '#FCB1C3'

red 252 ◦ green 177 ◦ blue 195

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

Shades of Cupid #FCB1C3

Tints of Cupid #FCB1C3

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.37%

 BLUE value IS 195 (76.56% from 255) = 31.25%

R = 40.38%
G = 28.37%
B = 31.25%

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

#FCB1C3 (or 0xFCB1C3) is known color: Cupid. HEX triplet: FC, B1 and C3. RGB value is (252,177,195). Sum of RGB (Red+Green+Blue) = 252+177+195=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 177 (69.53% from 255 or 28.37% from 624); Blue value is 195 (76.56% from 255 or 31.25% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1C3 is #034E3C. Grayscale: #C9C9C9. Windows color (decimal): -216637 or 12825084. OLE color: 12825084.

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

Color convert

RGB 252 177 195 -
CMYK 0 0.30 0.23 0.01
HSL 345.6º 0.93% 0.84% -
HSV(B) 345.6º 0.3% 0.99% -
XYZ 65.72 56.08 58.99 -
YUV 201.48 124.35 164.04 -
System Red Green Blue C M Y K H S L
Decimal 252 177 195 0 0.30 0.23 0.01 345.6 0.93 0.84
Hex FC B1 C3 0 1E 17 1 15A 5D 54
Octal 374 261 303 0 36 27 1 532 135 124
Binary 11111100 10110001 11000011 0 11110 10111 1 101011010 1011101 1010100

Color Harmonies of #FCB1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB1C3

Black with #FCB1C3

Text Example


Text Example

White with #FCB1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB1C3; }

 p { color: rgb(252,177,195); }

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

background-color css

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

 a { background-color: rgb(252,177,195); }

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

border-color css

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

 span { border-color: rgb(252,177,195); }

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