Html Css Color HEX #FABCCC Pink

📋 copy color: '#FABCCC'

red 250 ◦ green 188 ◦ blue 204

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

Shades of Pink #FABCCC

Tints of Pink #FABCCC

RGB

 RED value IS 250 (98.05% from 255) = 38.94%

 GREEN value IS 188 (73.83% from 255) = 29.28%

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

R = 38.94%
G = 29.28%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FABCCC (or 0xFABCCC) is known color: Pink. HEX triplet: FA, BC and CC. RGB value is (250,188,204). Sum of RGB (Red+Green+Blue) = 250+188+204=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCCC is #054333. Grayscale: #D0D0D0. Windows color (decimal): -344884 or 13417722. OLE color: 13417722.

HSL color Cylindrical-coordinate representation of color #FABCCC: hue angle of 344.52º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABCCC is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 188 204 -
CMYK 0 0.25 0.18 0.02
HSL 344.52º 0.86% 0.86% -
HSV(B) 344.52º 0.25% 0.98% -
XYZ 68.31 60.65 65.23 -
YUV 208.36 125.54 157.7 -
System Red Green Blue C M Y K H S L
Decimal 250 188 204 0 0.25 0.18 0.02 344.52 0.86 0.86
Hex FA BC CC 0 19 12 2 159 56 56
Octal 372 274 314 0 31 22 2 531 126 126
Binary 11111010 10111100 11001100 0 11001 10010 10 101011001 1010110 1010110

Color Harmonies of #FABCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABCCC

Black with #FABCCC

Text Example


Text Example

White with #FABCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABCCC; }

 p { color: rgb(250,188,204); }

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

background-color css

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

 a { background-color: rgb(250,188,204); }

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

border-color css

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

 span { border-color: rgb(250,188,204); }

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