Html Css Color HEX #FAB6D0 Cotton Candy

📋 copy color: '#FAB6D0'

red 250 ◦ green 182 ◦ blue 208

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

Shades of Cotton Candy #FAB6D0

Tints of Cotton Candy #FAB6D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.5%

R = 39.06%
G = 28.44%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAB6D0 (or 0xFAB6D0) is known color: Cotton Candy. HEX triplet: FA, B6 and D0. RGB value is (250,182,208). Sum of RGB (Red+Green+Blue) = 250+182+208=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 182 (71.48% from 255 or 28.44% from 640); Blue value is 208 (81.64% from 255 or 32.5% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6D0 is #05492F. Grayscale: #CDCDCD. Windows color (decimal): -346416 or 13678330. OLE color: 13678330.

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

Color convert

RGB 250 182 208 -
CMYK 0 0.27 0.17 0.02
HSL 337.06º 0.87% 0.85% -
HSV(B) 337.06º 0.27% 0.98% -
XYZ 67.54 58.33 67.37 -
YUV 205.3 129.53 159.89 -
System Red Green Blue C M Y K H S L
Decimal 250 182 208 0 0.27 0.17 0.02 337.06 0.87 0.85
Hex FA B6 D0 0 1B 11 2 151 57 55
Octal 372 266 320 0 33 21 2 521 127 125
Binary 11111010 10110110 11010000 0 11011 10001 10 101010001 1010111 1010101

Color Harmonies of #FAB6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB6D0

Black with #FAB6D0

Text Example


Text Example

White with #FAB6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB6D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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