Html Css Color HEX #FCB2C5 Cupid

📋 copy color: '#FCB2C5'

red 252 ◦ green 178 ◦ blue 197

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

Shades of Cupid #FCB2C5

Tints of Cupid #FCB2C5

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.39%

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

R = 40.19%
G = 28.39%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCB2C5 (or 0xFCB2C5) is known color: Cupid. HEX triplet: FC, B2 and C5. RGB value is (252,178,197). Sum of RGB (Red+Green+Blue) = 252+178+197=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 178 (69.92% from 255 or 28.39% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2C5 is #034D3A. Grayscale: #CACACA. Windows color (decimal): -216379 or 12956412. OLE color: 12956412.

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

Color convert

RGB 252 178 197 -
CMYK 0 0.29 0.22 0.01
HSL 344.59º 0.93% 0.84% -
HSV(B) 344.59º 0.29% 0.99% -
XYZ 66.14 56.57 60.26 -
YUV 202.29 125.02 163.46 -
System Red Green Blue C M Y K H S L
Decimal 252 178 197 0 0.29 0.22 0.01 344.59 0.93 0.84
Hex FC B2 C5 0 1D 16 1 159 5C 54
Octal 374 262 305 0 35 26 1 531 134 124
Binary 11111100 10110010 11000101 0 11101 10110 1 101011001 1011100 1010100

Color Harmonies of #FCB2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB2C5

Black with #FCB2C5

Text Example


Text Example

White with #FCB2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB2C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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