Html Css Color HEX #FABADA Cotton Candy

📋 copy color: '#FABADA'

red 250 ◦ green 186 ◦ blue 218

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

Shades of Cotton Candy #FABADA

Tints of Cotton Candy #FABADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.33%

R = 38.23%
G = 28.44%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FABADA (or 0xFABADA) is known color: Cotton Candy. HEX triplet: FA, BA and DA. RGB value is (250,186,218). Sum of RGB (Red+Green+Blue) = 250+186+218=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FABADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABADA is #054525. Grayscale: #D0D0D0. Windows color (decimal): -345382 or 14334714. OLE color: 14334714.

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

Color convert

RGB 250 186 218 -
CMYK 0 0.26 0.13 0.02
HSL 330º 0.86% 0.85% -
HSV(B) 330º 0.26% 0.98% -
XYZ 69.64 60.5 74.34 -
YUV 208.78 133.2 157.4 -
System Red Green Blue C M Y K H S L
Decimal 250 186 218 0 0.26 0.13 0.02 330 0.86 0.85
Hex FA BA DA 0 1A D 2 14A 56 55
Octal 372 272 332 0 32 15 2 512 126 125
Binary 11111010 10111010 11011010 0 11010 1101 10 101001010 1010110 1010101

Color Harmonies of #FABADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABADA

Black with #FABADA

Text Example


Text Example

White with #FABADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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