Html Css Color HEX #FCB3CB Cupid

📋 copy color: '#FCB3CB'

red 252 ◦ green 179 ◦ blue 203

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

Shades of Cupid #FCB3CB

Tints of Cupid #FCB3CB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.23%

 BLUE value IS 203 (79.69% from 255) = 32.02%

R = 39.75%
G = 28.23%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCB3CB (or 0xFCB3CB) is known color: Cupid. HEX triplet: FC, B3 and CB. RGB value is (252,179,203). Sum of RGB (Red+Green+Blue) = 252+179+203=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 179 (70.31% from 255 or 28.23% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3CB is #034C34. Grayscale: #CBCBCB. Windows color (decimal): -216117 or 13349884. OLE color: 13349884.

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

Color convert

RGB 252 179 203 -
CMYK 0 0.29 0.19 0.01
HSL 340.27º 0.92% 0.85% -
HSV(B) 340.27º 0.29% 0.99% -
XYZ 67.04 57.25 64.02 -
YUV 203.56 127.68 162.55 -
System Red Green Blue C M Y K H S L
Decimal 252 179 203 0 0.29 0.19 0.01 340.27 0.92 0.85
Hex FC B3 CB 0 1D 13 1 154 5C 55
Octal 374 263 313 0 35 23 1 524 134 125
Binary 11111100 10110011 11001011 0 11101 10011 1 101010100 1011100 1010101

Color Harmonies of #FCB3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB3CB

Black with #FCB3CB

Text Example


Text Example

White with #FCB3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB3CB; }

 p { color: rgb(252,179,203); }

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

background-color css

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

 a { background-color: rgb(252,179,203); }

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

border-color css

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

 span { border-color: rgb(252,179,203); }

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