Html Css Color HEX #FAB8D5 Cotton Candy

📋 copy color: '#FAB8D5'

red 250 ◦ green 184 ◦ blue 213

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

Shades of Cotton Candy #FAB8D5

Tints of Cotton Candy #FAB8D5

RGB

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

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

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

R = 38.64%
G = 28.44%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FAB8D5 (or 0xFAB8D5) is known color: Cotton Candy. HEX triplet: FA, B8 and D5. RGB value is (250,184,213). Sum of RGB (Red+Green+Blue) = 250+184+213=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 184 (72.27% from 255 or 28.44% from 647); Blue value is 213 (83.59% from 255 or 32.92% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB8D5 is #05472A. Grayscale: #CECECE. Windows color (decimal): -345899 or 14006522. OLE color: 14006522.

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

Color convert

RGB 250 184 213 -
CMYK 0 0.26 0.15 0.02
HSL 333.64º 0.87% 0.85% -
HSV(B) 333.64º 0.26% 0.98% -
XYZ 68.58 59.41 70.8 -
YUV 207.04 131.37 158.64 -
System Red Green Blue C M Y K H S L
Decimal 250 184 213 0 0.26 0.15 0.02 333.64 0.87 0.85
Hex FA B8 D5 0 1A F 2 14E 57 55
Octal 372 270 325 0 32 17 2 516 127 125
Binary 11111010 10111000 11010101 0 11010 1111 10 101001110 1010111 1010101

Color Harmonies of #FAB8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB8D5

Black with #FAB8D5

Text Example


Text Example

White with #FAB8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB8D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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