Html Css Color HEX #FABCD5 Cotton Candy

📋 copy color: '#FABCD5'

red 250 ◦ green 188 ◦ blue 213

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

Shades of Cotton Candy #FABCD5

Tints of Cotton Candy #FABCD5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.88%

 BLUE value IS 213 (83.59% from 255) = 32.72%

R = 38.4%
G = 28.88%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FABCD5 (or 0xFABCD5) is known color: Cotton Candy. HEX triplet: FA, BC and D5. RGB value is (250,188,213). Sum of RGB (Red+Green+Blue) = 250+188+213=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 188 (73.83% from 255 or 28.88% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCD5 is #05432A. Grayscale: #D1D1D1. Windows color (decimal): -344875 or 14007546. OLE color: 14007546.

HSL color Cylindrical-coordinate representation of color #FABCD5: hue angle of 335.81º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABCD5 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 188 213 -
CMYK 0 0.25 0.15 0.02
HSL 335.81º 0.86% 0.86% -
HSV(B) 335.81º 0.25% 0.98% -
XYZ 69.42 61.09 71.08 -
YUV 209.39 130.04 156.97 -
System Red Green Blue C M Y K H S L
Decimal 250 188 213 0 0.25 0.15 0.02 335.81 0.86 0.86
Hex FA BC D5 0 19 F 2 150 56 56
Octal 372 274 325 0 31 17 2 520 126 126
Binary 11111010 10111100 11010101 0 11001 1111 10 101010000 1010110 1010110

Color Harmonies of #FABCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABCD5

Black with #FABCD5

Text Example


Text Example

White with #FABCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABCD5; }

 p { color: rgb(250,188,213); }

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

background-color css

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

 a { background-color: rgb(250,188,213); }

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

border-color css

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

 span { border-color: rgb(250,188,213); }

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