Html Css Color HEX #FCB4C8 Cupid

📋 copy color: '#FCB4C8'

red 252 ◦ green 180 ◦ blue 200

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

Shades of Cupid #FCB4C8

Tints of Cupid #FCB4C8

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.48%

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

R = 39.87%
G = 28.48%
B = 31.65%

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

#FCB4C8 (or 0xFCB4C8) is known color: Cupid. HEX triplet: FC, B4 and C8. RGB value is (252,180,200). Sum of RGB (Red+Green+Blue) = 252+180+200=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 180 (70.70% from 255 or 28.48% from 632); Blue value is 200 (78.52% from 255 or 31.65% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB4C8 is #034B37. Grayscale: #CBCBCB. Windows color (decimal): -215864 or 13153532. OLE color: 13153532.

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

Color convert

RGB 252 180 200 -
CMYK 0 0.29 0.21 0.01
HSL 343.33º 0.92% 0.85% -
HSV(B) 343.33º 0.29% 0.99% -
XYZ 66.89 57.51 62.22 -
YUV 203.81 125.85 162.37 -
System Red Green Blue C M Y K H S L
Decimal 252 180 200 0 0.29 0.21 0.01 343.33 0.92 0.85
Hex FC B4 C8 0 1D 15 1 157 5C 55
Octal 374 264 310 0 35 25 1 527 134 125
Binary 11111100 10110100 11001000 0 11101 10101 1 101010111 1011100 1010101

Color Harmonies of #FCB4C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB4C8

Black with #FCB4C8

Text Example


Text Example

White with #FCB4C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB4C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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