Html Css Color HEX #FBBAE1 Cotton Candy

📋 copy color: '#FBBAE1'

red 251 ◦ green 186 ◦ blue 225

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

Shades of Cotton Candy #FBBAE1

Tints of Cotton Candy #FBBAE1

RGB

 RED value IS 251 (98.44% from 255) = 37.92%

 GREEN value IS 186 (73.05% from 255) = 28.1%

 BLUE value IS 225 (88.28% from 255) = 33.99%

R = 37.92%
G = 28.1%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBBAE1 (or 0xFBBAE1) is known color: Cotton Candy. HEX triplet: FB, BA and E1. RGB value is (251,186,225). Sum of RGB (Red+Green+Blue) = 251+186+225=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBAE1 is #04451E. Grayscale: #D1D1D1. Windows color (decimal): -279839 or 14793467. OLE color: 14793467.

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

Color convert

RGB 251 186 225 -
CMYK 0 0.26 0.10 0.02
HSL 324º 0.89% 0.86% -
HSV(B) 324º 0.26% 0.98% -
XYZ 70.93 61.06 79.28 -
YUV 209.88 136.53 157.33 -
System Red Green Blue C M Y K H S L
Decimal 251 186 225 0 0.26 0.10 0.02 324 0.89 0.86
Hex FB BA E1 0 1A A 2 144 59 56
Octal 373 272 341 0 32 12 2 504 131 126
Binary 11111011 10111010 11100001 0 11010 1010 10 101000100 1011001 1010110

Color Harmonies of #FBBAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBAE1

Black with #FBBAE1

Text Example


Text Example

White with #FBBAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBAE1; }

 p { color: rgb(251,186,225); }

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

background-color css

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

 a { background-color: rgb(251,186,225); }

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

border-color css

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

 span { border-color: rgb(251,186,225); }

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