Html Css Color HEX #FCB0C5 Cupid

📋 copy color: '#FCB0C5'

red 252 ◦ green 176 ◦ blue 197

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

Shades of Cupid #FCB0C5

Tints of Cupid #FCB0C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.52%

R = 40.32%
G = 28.16%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCB0C5 (or 0xFCB0C5) is known color: Cupid. HEX triplet: FC, B0 and C5. RGB value is (252,176,197). Sum of RGB (Red+Green+Blue) = 252+176+197=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 176 (69.14% from 255 or 28.16% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0C5 is #034F3A. Grayscale: #C9C9C9. Windows color (decimal): -216891 or 12955900. OLE color: 12955900.

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

Color convert

RGB 252 176 197 -
CMYK 0 0.30 0.22 0.01
HSL 343.42º 0.93% 0.84% -
HSV(B) 343.42º 0.3% 0.99% -
XYZ 65.75 55.78 60.12 -
YUV 201.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 252 176 197 0 0.30 0.22 0.01 343.42 0.93 0.84
Hex FC B0 C5 0 1E 16 1 157 5D 54
Octal 374 260 305 0 36 26 1 527 135 124
Binary 11111100 10110000 11000101 0 11110 10110 1 101010111 1011101 1010100

Color Harmonies of #FCB0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB0C5

Black with #FCB0C5

Text Example


Text Example

White with #FCB0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB0C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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