Html Css Color HEX #FCCCBE Your Pink

📋 copy color: '#FCCCBE'

red 252 ◦ green 204 ◦ blue 190

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

Shades of Your Pink #FCCCBE

Tints of Your Pink #FCCCBE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.58%

 BLUE value IS 190 (74.61% from 255) = 29.41%

R = 39.01%
G = 31.58%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCCCBE (or 0xFCCCBE) is known color: Your Pink. HEX triplet: FC, CC and BE. RGB value is (252,204,190). Sum of RGB (Red+Green+Blue) = 252+204+190=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 190 (74.61% from 255 or 29.41% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCBE is #033341. Grayscale: #D8D8D8. Windows color (decimal): -209730 or 12504316. OLE color: 12504316.

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

Color convert

RGB 252 204 190 -
CMYK 0 0.19 0.25 0.01
HSL 13.55º 0.91% 0.87% -
HSV(B) 13.55º 0.25% 0.99% -
XYZ 71.03 67.6 58.02 -
YUV 216.76 112.9 153.14 -
System Red Green Blue C M Y K H S L
Decimal 252 204 190 0 0.19 0.25 0.01 13.55 0.91 0.87
Hex FC CC BE 0 13 19 1 E 5B 57
Octal 374 314 276 0 23 31 1 16 133 127
Binary 11111100 11001100 10111110 0 10011 11001 1 1110 1011011 1010111

Color Harmonies of #FCCCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCBE

Black with #FCCCBE

Text Example


Text Example

White with #FCCCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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