Html Css Color HEX #FCB6CB Cupid

📋 copy color: '#FCB6CB'

red 252 ◦ green 182 ◦ blue 203

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

Shades of Cupid #FCB6CB

Tints of Cupid #FCB6CB

RGB

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

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

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

R = 39.56%
G = 28.57%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCB6CB (or 0xFCB6CB) is known color: Cupid. HEX triplet: FC, B6 and CB. RGB value is (252,182,203). Sum of RGB (Red+Green+Blue) = 252+182+203=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 182 (71.48% from 255 or 28.57% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB6CB is #034934. Grayscale: #CDCDCD. Windows color (decimal): -215349 or 13350652. OLE color: 13350652.

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

Color convert

RGB 252 182 203 -
CMYK 0 0.28 0.19 0.01
HSL 342º 0.92% 0.85% -
HSV(B) 342º 0.28% 0.99% -
XYZ 67.65 58.46 64.22 -
YUV 205.32 126.69 161.29 -
System Red Green Blue C M Y K H S L
Decimal 252 182 203 0 0.28 0.19 0.01 342 0.92 0.85
Hex FC B6 CB 0 1C 13 1 156 5C 55
Octal 374 266 313 0 34 23 1 526 134 125
Binary 11111100 10110110 11001011 0 11100 10011 1 101010110 1011100 1010101

Color Harmonies of #FCB6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB6CB

Black with #FCB6CB

Text Example


Text Example

White with #FCB6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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