Html Css Color HEX #FABAE2 Cotton Candy

📋 copy color: '#FABAE2'

red 250 ◦ green 186 ◦ blue 226

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

Shades of Cotton Candy #FABAE2

Tints of Cotton Candy #FABAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.14%

R = 37.76%
G = 28.1%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FABAE2 (or 0xFABAE2) is known color: Cotton Candy. HEX triplet: FA, BA and E2. RGB value is (250,186,226). Sum of RGB (Red+Green+Blue) = 250+186+226=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 226 (88.67% from 255 or 34.14% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAE2 is #05451D. Grayscale: #D1D1D1. Windows color (decimal): -345374 or 14859002. OLE color: 14859002.

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

Color convert

RGB 250 186 226 -
CMYK 0 0.26 0.10 0.02
HSL 322.5º 0.86% 0.85% -
HSV(B) 322.5º 0.26% 0.98% -
XYZ 70.71 60.93 79.99 -
YUV 209.7 137.2 156.75 -
System Red Green Blue C M Y K H S L
Decimal 250 186 226 0 0.26 0.10 0.02 322.5 0.86 0.85
Hex FA BA E2 0 1A A 2 142 56 55
Octal 372 272 342 0 32 12 2 502 126 125
Binary 11111010 10111010 11100010 0 11010 1010 10 101000010 1010110 1010101

Color Harmonies of #FABAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABAE2

Black with #FABAE2

Text Example


Text Example

White with #FABAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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