Html Css Color HEX #FCB8CA Cupid

📋 copy color: '#FCB8CA'

red 252 ◦ green 184 ◦ blue 202

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

Shades of Cupid #FCB8CA

Tints of Cupid #FCB8CA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.84%

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

R = 39.5%
G = 28.84%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCB8CA (or 0xFCB8CA) is known color: Cupid. HEX triplet: FC, B8 and CA. RGB value is (252,184,202). Sum of RGB (Red+Green+Blue) = 252+184+202=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 184 (72.27% from 255 or 28.84% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8CA is #034735. Grayscale: #CECECE. Windows color (decimal): -214838 or 13285628. OLE color: 13285628.

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

Color convert

RGB 252 184 202 -
CMYK 0 0.27 0.20 0.01
HSL 344.12º 0.92% 0.85% -
HSV(B) 344.12º 0.27% 0.99% -
XYZ 67.95 59.24 63.73 -
YUV 206.38 125.53 160.54 -
System Red Green Blue C M Y K H S L
Decimal 252 184 202 0 0.27 0.20 0.01 344.12 0.92 0.85
Hex FC B8 CA 0 1B 14 1 158 5C 55
Octal 374 270 312 0 33 24 1 530 134 125
Binary 11111100 10111000 11001010 0 11011 10100 1 101011000 1011100 1010101

Color Harmonies of #FCB8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB8CA

Black with #FCB8CA

Text Example


Text Example

White with #FCB8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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