Html Css Color HEX #FABADC Cotton Candy

📋 copy color: '#FABADC'

red 250 ◦ green 186 ◦ blue 220

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

Shades of Cotton Candy #FABADC

Tints of Cotton Candy #FABADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.54%

R = 38.11%
G = 28.35%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FABADC (or 0xFABADC) is known color: Cotton Candy. HEX triplet: FA, BA and DC. RGB value is (250,186,220). Sum of RGB (Red+Green+Blue) = 250+186+220=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 186 (73.05% from 255 or 28.35% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FABADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABADC is #054523. Grayscale: #D0D0D0. Windows color (decimal): -345380 or 14465786. OLE color: 14465786.

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

Color convert

RGB 250 186 220 -
CMYK 0 0.26 0.12 0.02
HSL 328.13º 0.86% 0.85% -
HSV(B) 328.13º 0.26% 0.98% -
XYZ 69.9 60.61 75.72 -
YUV 209.01 134.2 157.24 -
System Red Green Blue C M Y K H S L
Decimal 250 186 220 0 0.26 0.12 0.02 328.13 0.86 0.85
Hex FA BA DC 0 1A C 2 148 56 55
Octal 372 272 334 0 32 14 2 510 126 125
Binary 11111010 10111010 11011100 0 11010 1100 10 101001000 1010110 1010101

Color Harmonies of #FABADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABADC

Black with #FABADC

Text Example


Text Example

White with #FABADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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