Html Css Color HEX #FBBAE0 Cotton Candy

📋 copy color: '#FBBAE0'

red 251 ◦ green 186 ◦ blue 224

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

Shades of Cotton Candy #FBBAE0

Tints of Cotton Candy #FBBAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.89%

R = 37.97%
G = 28.14%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FBBAE0 (or 0xFBBAE0) is known color: Cotton Candy. HEX triplet: FB, BA and E0. RGB value is (251,186,224). Sum of RGB (Red+Green+Blue) = 251+186+224=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 186 (73.05% from 255 or 28.14% from 661); Blue value is 224 (87.89% from 255 or 33.89% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBAE0 is #04451F. Grayscale: #D1D1D1. Windows color (decimal): -279840 or 14727931. OLE color: 14727931.

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

Color convert

RGB 251 186 224 -
CMYK 0 0.26 0.11 0.02
HSL 324.92º 0.89% 0.86% -
HSV(B) 324.92º 0.26% 0.98% -
XYZ 70.8 61.01 78.57 -
YUV 209.77 136.03 157.41 -
System Red Green Blue C M Y K H S L
Decimal 251 186 224 0 0.26 0.11 0.02 324.92 0.89 0.86
Hex FB BA E0 0 1A B 2 145 59 56
Octal 373 272 340 0 32 13 2 505 131 126
Binary 11111011 10111010 11100000 0 11010 1011 10 101000101 1011001 1010110

Color Harmonies of #FBBAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBAE0

Black with #FBBAE0

Text Example


Text Example

White with #FBBAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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