Html Css Color HEX #FABACA Pink

📋 copy color: '#FABACA'

red 250 ◦ green 186 ◦ blue 202

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

Shades of Pink #FABACA

Tints of Pink #FABACA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.15%

 BLUE value IS 202 (79.3% from 255) = 31.66%

R = 39.18%
G = 29.15%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FABACA (or 0xFABACA) is known color: Pink. HEX triplet: FA, BA and CA. RGB value is (250,186,202). Sum of RGB (Red+Green+Blue) = 250+186+202=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FABACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABACA is #054535. Grayscale: #CECECE. Windows color (decimal): -345398 or 13286138. OLE color: 13286138.

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

Color convert

RGB 250 186 202 -
CMYK 0 0.26 0.19 0.02
HSL 345º 0.86% 0.85% -
HSV(B) 345º 0.26% 0.98% -
XYZ 67.64 59.71 63.84 -
YUV 206.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 250 186 202 0 0.26 0.19 0.02 345 0.86 0.85
Hex FA BA CA 0 1A 13 2 159 56 55
Octal 372 272 312 0 32 23 2 531 126 125
Binary 11111010 10111010 11001010 0 11010 10011 10 101011001 1010110 1010101

Color Harmonies of #FABACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABACA

Black with #FABACA

Text Example


Text Example

White with #FABACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABACA; }

 p { color: rgb(250,186,202); }

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

background-color css

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

 a { background-color: rgb(250,186,202); }

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

border-color css

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

 span { border-color: rgb(250,186,202); }

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