Html Css Color HEX #FCB6CA Cupid

📋 copy color: '#FCB6CA'

red 252 ◦ green 182 ◦ blue 202

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

Shades of Cupid #FCB6CA

Tints of Cupid #FCB6CA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.62%

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

R = 39.62%
G = 28.62%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCB6CA (or 0xFCB6CA) is known color: Cupid. HEX triplet: FC, B6 and CA. RGB value is (252,182,202). Sum of RGB (Red+Green+Blue) = 252+182+202=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 182 (71.48% from 255 or 28.62% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB6CA is #034935. Grayscale: #CDCDCD. Windows color (decimal): -215350 or 13285116. OLE color: 13285116.

HSL color Cylindrical-coordinate representation of color #FCB6CA: hue angle of 342.86º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCB6CA is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 182 202 -
CMYK 0 0.28 0.20 0.01
HSL 342.86º 0.92% 0.85% -
HSV(B) 342.86º 0.28% 0.99% -
XYZ 67.53 58.42 63.59 -
YUV 205.21 126.19 161.37 -
System Red Green Blue C M Y K H S L
Decimal 252 182 202 0 0.28 0.20 0.01 342.86 0.92 0.85
Hex FC B6 CA 0 1C 14 1 157 5C 55
Octal 374 266 312 0 34 24 1 527 134 125
Binary 11111100 10110110 11001010 0 11100 10100 1 101010111 1011100 1010101

Color Harmonies of #FCB6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB6CA

Black with #FCB6CA

Text Example


Text Example

White with #FCB6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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