Html Css Color HEX #FCA8BD Cupid

📋 copy color: '#FCA8BD'

red 252 ◦ green 168 ◦ blue 189

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

Shades of Cupid #FCA8BD

Tints of Cupid #FCA8BD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.59%

 BLUE value IS 189 (74.22% from 255) = 31.03%

R = 41.38%
G = 27.59%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCA8BD (or 0xFCA8BD) is known color: Cupid. HEX triplet: FC, A8 and BD. RGB value is (252,168,189). Sum of RGB (Red+Green+Blue) = 252+168+189=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA8BD is #035742. Grayscale: #C3C3C3. Windows color (decimal): -218947 or 12429564. OLE color: 12429564.

HSL color Cylindrical-coordinate representation of color #FCA8BD: hue angle of 345º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCA8BD is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 168 189 -
CMYK 0 0.33 0.25 0.01
HSL 345º 0.93% 0.82% -
HSV(B) 345º 0.33% 0.99% -
XYZ 63.33 52.37 54.92 -
YUV 195.51 124.33 168.29 -
System Red Green Blue C M Y K H S L
Decimal 252 168 189 0 0.33 0.25 0.01 345 0.93 0.82
Hex FC A8 BD 0 21 19 1 159 5D 52
Octal 374 250 275 0 41 31 1 531 135 122
Binary 11111100 10101000 10111101 0 100001 11001 1 101011001 1011101 1010010

Color Harmonies of #FCA8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA8BD

Black with #FCA8BD

Text Example


Text Example

White with #FCA8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA8BD; }

 p { color: rgb(252,168,189); }

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

background-color css

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

 a { background-color: rgb(252,168,189); }

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

border-color css

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

 span { border-color: rgb(252,168,189); }

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