Html Css Color HEX #FCB4CA Cupid

📋 copy color: '#FCB4CA'

red 252 ◦ green 180 ◦ blue 202

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

Shades of Cupid #FCB4CA

Tints of Cupid #FCB4CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.86%

R = 39.75%
G = 28.39%
B = 31.86%

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

#FCB4CA (or 0xFCB4CA) is known color: Cupid. HEX triplet: FC, B4 and CA. RGB value is (252,180,202). Sum of RGB (Red+Green+Blue) = 252+180+202=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 180 (70.70% from 255 or 28.39% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB4CA is #034B35. Grayscale: #CCCCCC. Windows color (decimal): -215862 or 13284604. OLE color: 13284604.

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

Color convert

RGB 252 180 202 -
CMYK 0 0.29 0.20 0.01
HSL 341.67º 0.92% 0.85% -
HSV(B) 341.67º 0.29% 0.99% -
XYZ 67.13 57.6 63.46 -
YUV 204.04 126.85 162.21 -
System Red Green Blue C M Y K H S L
Decimal 252 180 202 0 0.29 0.20 0.01 341.67 0.92 0.85
Hex FC B4 CA 0 1D 14 1 156 5C 55
Octal 374 264 312 0 35 24 1 526 134 125
Binary 11111100 10110100 11001010 0 11101 10100 1 101010110 1011100 1010101

Color Harmonies of #FCB4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB4CA

Black with #FCB4CA

Text Example


Text Example

White with #FCB4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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