Html Css Color HEX #FAB8DB Cotton Candy

📋 copy color: '#FAB8DB'

red 250 ◦ green 184 ◦ blue 219

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

Shades of Cotton Candy #FAB8DB

Tints of Cotton Candy #FAB8DB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.18%

 BLUE value IS 219 (85.94% from 255) = 33.54%

R = 38.28%
G = 28.18%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAB8DB (or 0xFAB8DB) is known color: Cotton Candy. HEX triplet: FA, B8 and DB. RGB value is (250,184,219). Sum of RGB (Red+Green+Blue) = 250+184+219=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 184 (72.27% from 255 or 28.18% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB8DB is #054724. Grayscale: #CFCFCF. Windows color (decimal): -345893 or 14399738. OLE color: 14399738.

HSL color Cylindrical-coordinate representation of color #FAB8DB: hue angle of 328.18º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAB8DB is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 184 219 -
CMYK 0 0.26 0.12 0.02
HSL 328.18º 0.87% 0.85% -
HSV(B) 328.18º 0.26% 0.98% -
XYZ 69.35 59.72 74.89 -
YUV 207.72 134.37 158.15 -
System Red Green Blue C M Y K H S L
Decimal 250 184 219 0 0.26 0.12 0.02 328.18 0.87 0.85
Hex FA B8 DB 0 1A C 2 148 57 55
Octal 372 270 333 0 32 14 2 510 127 125
Binary 11111010 10111000 11011011 0 11010 1100 10 101001000 1010111 1010101

Color Harmonies of #FAB8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB8DB

Black with #FAB8DB

Text Example


Text Example

White with #FAB8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB8DB; }

 p { color: rgb(250,184,219); }

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

background-color css

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

 a { background-color: rgb(250,184,219); }

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

border-color css

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

 span { border-color: rgb(250,184,219); }

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