Html Css Color HEX #FCB2CA Cupid

📋 copy color: '#FCB2CA'

red 252 ◦ green 178 ◦ blue 202

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

Shades of Cupid #FCB2CA

Tints of Cupid #FCB2CA

RGB

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

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

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

R = 39.87%
G = 28.16%
B = 31.96%

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

#FCB2CA (or 0xFCB2CA) is known color: Cupid. HEX triplet: FC, B2 and CA. RGB value is (252,178,202). Sum of RGB (Red+Green+Blue) = 252+178+202=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 178 (69.92% from 255 or 28.16% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2CA is #034D35. Grayscale: #CACACA. Windows color (decimal): -216374 or 13284092. OLE color: 13284092.

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

Color convert

RGB 252 178 202 -
CMYK 0 0.29 0.20 0.01
HSL 340.54º 0.93% 0.84% -
HSV(B) 340.54º 0.29% 0.99% -
XYZ 66.73 56.8 63.32 -
YUV 202.86 127.52 163.05 -
System Red Green Blue C M Y K H S L
Decimal 252 178 202 0 0.29 0.20 0.01 340.54 0.93 0.84
Hex FC B2 CA 0 1D 14 1 155 5C 54
Octal 374 262 312 0 35 24 1 525 134 124
Binary 11111100 10110010 11001010 0 11101 10100 1 101010101 1011100 1010100

Color Harmonies of #FCB2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB2CA

Black with #FCB2CA

Text Example


Text Example

White with #FCB2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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