Html Css Color HEX #FCB6CC Cupid

📋 copy color: '#FCB6CC'

red 252 ◦ green 182 ◦ blue 204

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

Shades of Cupid #FCB6CC

Tints of Cupid #FCB6CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.97%

R = 39.5%
G = 28.53%
B = 31.97%

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

#FCB6CC (or 0xFCB6CC) is known color: Cupid. HEX triplet: FC, B6 and CC. RGB value is (252,182,204). Sum of RGB (Red+Green+Blue) = 252+182+204=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 182 (71.48% from 255 or 28.53% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB6CC is #034933. Grayscale: #CDCDCD. Windows color (decimal): -215348 or 13416188. OLE color: 13416188.

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

Color convert

RGB 252 182 204 -
CMYK 0 0.28 0.19 0.01
HSL 341.14º 0.92% 0.85% -
HSV(B) 341.14º 0.28% 0.99% -
XYZ 67.77 58.51 64.85 -
YUV 205.44 127.19 161.21 -
System Red Green Blue C M Y K H S L
Decimal 252 182 204 0 0.28 0.19 0.01 341.14 0.92 0.85
Hex FC B6 CC 0 1C 13 1 155 5C 55
Octal 374 266 314 0 34 23 1 525 134 125
Binary 11111100 10110110 11001100 0 11100 10011 1 101010101 1011100 1010101

Color Harmonies of #FCB6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB6CC

Black with #FCB6CC

Text Example


Text Example

White with #FCB6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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