Html Css Color HEX #FABBCC Pink

📋 copy color: '#FABBCC'

red 250 ◦ green 187 ◦ blue 204

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

Shades of Pink #FABBCC

Tints of Pink #FABBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.17%

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

R = 39%
G = 29.17%
B = 31.83%

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

#FABBCC (or 0xFABBCC) is known color: Pink. HEX triplet: FA, BB and CC. RGB value is (250,187,204). Sum of RGB (Red+Green+Blue) = 250+187+204=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBCC is #054433. Grayscale: #CFCFCF. Windows color (decimal): -345140 or 13417466. OLE color: 13417466.

HSL color Cylindrical-coordinate representation of color #FABBCC: hue angle of 343.81º 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 #FABBCC is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 187 204 -
CMYK 0 0.25 0.18 0.02
HSL 343.81º 0.86% 0.86% -
HSV(B) 343.81º 0.25% 0.98% -
XYZ 68.09 60.22 65.16 -
YUV 207.78 125.87 158.12 -
System Red Green Blue C M Y K H S L
Decimal 250 187 204 0 0.25 0.18 0.02 343.81 0.86 0.86
Hex FA BB CC 0 19 12 2 158 56 56
Octal 372 273 314 0 31 22 2 530 126 126
Binary 11111010 10111011 11001100 0 11001 10010 10 101011000 1010110 1010110

Color Harmonies of #FABBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABBCC

Black with #FABBCC

Text Example


Text Example

White with #FABBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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