Html Css Color HEX #FABDD7 Cotton Candy

📋 copy color: '#FABDD7'

red 250 ◦ green 189 ◦ blue 215

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

Shades of Cotton Candy #FABDD7

Tints of Cotton Candy #FABDD7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.9%

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

R = 38.23%
G = 28.9%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FABDD7 (or 0xFABDD7) is known color: Cotton Candy. HEX triplet: FA, BD and D7. RGB value is (250,189,215). Sum of RGB (Red+Green+Blue) = 250+189+215=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDD7 is #054228. Grayscale: #D2D2D2. Windows color (decimal): -344617 or 14138874. OLE color: 14138874.

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

Color convert

RGB 250 189 215 -
CMYK 0 0.24 0.14 0.02
HSL 334.43º 0.86% 0.86% -
HSV(B) 334.43º 0.24% 0.98% -
XYZ 69.89 61.63 72.5 -
YUV 210.2 130.71 156.39 -
System Red Green Blue C M Y K H S L
Decimal 250 189 215 0 0.24 0.14 0.02 334.43 0.86 0.86
Hex FA BD D7 0 18 E 2 14E 56 56
Octal 372 275 327 0 30 16 2 516 126 126
Binary 11111010 10111101 11010111 0 11000 1110 10 101001110 1010110 1010110

Color Harmonies of #FABDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABDD7

Black with #FABDD7

Text Example


Text Example

White with #FABDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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