Html Css Color HEX #FAB6D7 Cotton Candy

📋 copy color: '#FAB6D7'

red 250 ◦ green 182 ◦ blue 215

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

Shades of Cotton Candy #FAB6D7

Tints of Cotton Candy #FAB6D7

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.13%

 BLUE value IS 215 (84.38% from 255) = 33.23%

R = 38.64%
G = 28.13%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FAB6D7 (or 0xFAB6D7) is known color: Cotton Candy. HEX triplet: FA, B6 and D7. RGB value is (250,182,215). Sum of RGB (Red+Green+Blue) = 250+182+215=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 182 (71.48% from 255 or 28.13% from 647); Blue value is 215 (84.38% from 255 or 33.23% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6D7 is #054928. Grayscale: #CECECE. Windows color (decimal): -346409 or 14137082. OLE color: 14137082.

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

Color convert

RGB 250 182 215 -
CMYK 0 0.27 0.14 0.02
HSL 330.88º 0.87% 0.85% -
HSV(B) 330.88º 0.27% 0.98% -
XYZ 68.42 58.69 72.01 -
YUV 206.09 133.03 159.32 -
System Red Green Blue C M Y K H S L
Decimal 250 182 215 0 0.27 0.14 0.02 330.88 0.87 0.85
Hex FA B6 D7 0 1B E 2 14B 57 55
Octal 372 266 327 0 33 16 2 513 127 125
Binary 11111010 10110110 11010111 0 11011 1110 10 101001011 1010111 1010101

Color Harmonies of #FAB6D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB6D7

Black with #FAB6D7

Text Example


Text Example

White with #FAB6D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB6D7; }

 p { color: rgb(250,182,215); }

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

background-color css

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

 a { background-color: rgb(250,182,215); }

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

border-color css

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

 span { border-color: rgb(250,182,215); }

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