Html Css Color HEX #FCB2C9 Cupid

📋 copy color: '#FCB2C9'

red 252 ◦ green 178 ◦ blue 201

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

Shades of Cupid #FCB2C9

Tints of Cupid #FCB2C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.85%

R = 39.94%
G = 28.21%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCB2C9 (or 0xFCB2C9) is known color: Cupid. HEX triplet: FC, B2 and C9. RGB value is (252,178,201). Sum of RGB (Red+Green+Blue) = 252+178+201=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 178 (69.92% from 255 or 28.21% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2C9 is #034D36. Grayscale: #CACACA. Windows color (decimal): -216375 or 13218556. OLE color: 13218556.

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

Color convert

RGB 252 178 201 -
CMYK 0 0.29 0.20 0.01
HSL 341.35º 0.93% 0.84% -
HSV(B) 341.35º 0.29% 0.99% -
XYZ 66.61 56.75 62.7 -
YUV 202.75 127.02 163.13 -
System Red Green Blue C M Y K H S L
Decimal 252 178 201 0 0.29 0.20 0.01 341.35 0.93 0.84
Hex FC B2 C9 0 1D 14 1 155 5C 54
Octal 374 262 311 0 35 24 1 525 134 124
Binary 11111100 10110010 11001001 0 11101 10100 1 101010101 1011100 1010100

Color Harmonies of #FCB2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB2C9

Black with #FCB2C9

Text Example


Text Example

White with #FCB2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB2C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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