Html Css Color HEX #FABDD0 Cotton Candy

📋 copy color: '#FABDD0'

red 250 ◦ green 189 ◦ blue 208

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

Shades of Cotton Candy #FABDD0

Tints of Cotton Candy #FABDD0

RGB

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

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

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

R = 38.64%
G = 29.21%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FABDD0 (or 0xFABDD0) is known color: Cotton Candy. HEX triplet: FA, BD and D0. RGB value is (250,189,208). Sum of RGB (Red+Green+Blue) = 250+189+208=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 208 (81.64% from 255 or 32.15% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDD0 is #05422F. Grayscale: #D1D1D1. Windows color (decimal): -344624 or 13680122. OLE color: 13680122.

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

Color convert

RGB 250 189 208 -
CMYK 0 0.24 0.17 0.02
HSL 341.31º 0.86% 0.86% -
HSV(B) 341.31º 0.24% 0.98% -
XYZ 69.01 61.27 67.86 -
YUV 209.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 250 189 208 0 0.24 0.17 0.02 341.31 0.86 0.86
Hex FA BD D0 0 18 11 2 155 56 56
Octal 372 275 320 0 30 21 2 525 126 126
Binary 11111010 10111101 11010000 0 11000 10001 10 101010101 1010110 1010110

Color Harmonies of #FABDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABDD0

Black with #FABDD0

Text Example


Text Example

White with #FABDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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