Html Css Color HEX #FCB7CB Cupid

📋 copy color: '#FCB7CB'

red 252 ◦ green 183 ◦ blue 203

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

Shades of Cupid #FCB7CB

Tints of Cupid #FCB7CB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.68%

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

R = 39.5%
G = 28.68%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCB7CB (or 0xFCB7CB) is known color: Cupid. HEX triplet: FC, B7 and CB. RGB value is (252,183,203). Sum of RGB (Red+Green+Blue) = 252+183+203=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 183 (71.88% from 255 or 28.68% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB7CB is #034834. Grayscale: #CDCDCD. Windows color (decimal): -215093 or 13350908. OLE color: 13350908.

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

Color convert

RGB 252 183 203 -
CMYK 0 0.27 0.19 0.01
HSL 342.61º 0.92% 0.85% -
HSV(B) 342.61º 0.27% 0.99% -
XYZ 67.86 58.87 64.29 -
YUV 205.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 252 183 203 0 0.27 0.19 0.01 342.61 0.92 0.85
Hex FC B7 CB 0 1B 13 1 157 5C 55
Octal 374 267 313 0 33 23 1 527 134 125
Binary 11111100 10110111 11001011 0 11011 10011 1 101010111 1011100 1010101

Color Harmonies of #FCB7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB7CB

Black with #FCB7CB

Text Example


Text Example

White with #FCB7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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