Html Css Color HEX #FABDDC Cotton Candy

📋 copy color: '#FABDDC'

red 250 ◦ green 189 ◦ blue 220

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

Shades of Cotton Candy #FABDDC

Tints of Cotton Candy #FABDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.38%

R = 37.94%
G = 28.68%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FABDDC (or 0xFABDDC) is known color: Cotton Candy. HEX triplet: FA, BD and DC. RGB value is (250,189,220). Sum of RGB (Red+Green+Blue) = 250+189+220=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDDC is #054223. Grayscale: #D2D2D2. Windows color (decimal): -344612 or 14466554. OLE color: 14466554.

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

Color convert

RGB 250 189 220 -
CMYK 0 0.24 0.12 0.02
HSL 329.51º 0.86% 0.86% -
HSV(B) 329.51º 0.24% 0.98% -
XYZ 70.54 61.89 75.94 -
YUV 210.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 250 189 220 0 0.24 0.12 0.02 329.51 0.86 0.86
Hex FA BD DC 0 18 C 2 14A 56 56
Octal 372 275 334 0 30 14 2 512 126 126
Binary 11111010 10111101 11011100 0 11000 1100 10 101001010 1010110 1010110

Color Harmonies of #FABDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABDDC

Black with #FABDDC

Text Example


Text Example

White with #FABDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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