Html Css Color HEX #FBBAE4 Cotton Candy

📋 copy color: '#FBBAE4'

red 251 ◦ green 186 ◦ blue 228

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

Shades of Cotton Candy #FBBAE4

Tints of Cotton Candy #FBBAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.29%

R = 37.74%
G = 27.97%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FBBAE4 (or 0xFBBAE4) is known color: Cotton Candy. HEX triplet: FB, BA and E4. RGB value is (251,186,228). Sum of RGB (Red+Green+Blue) = 251+186+228=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 186 (73.05% from 255 or 27.97% from 665); Blue value is 228 (89.45% from 255 or 34.29% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBAE4 is #04451B. Grayscale: #D2D2D2. Windows color (decimal): -279836 or 14990075. OLE color: 14990075.

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

Color convert

RGB 251 186 228 -
CMYK 0 0.26 0.09 0.02
HSL 321.23º 0.89% 0.86% -
HSV(B) 321.23º 0.26% 0.98% -
XYZ 71.35 61.23 81.46 -
YUV 210.22 138.03 157.08 -
System Red Green Blue C M Y K H S L
Decimal 251 186 228 0 0.26 0.09 0.02 321.23 0.89 0.86
Hex FB BA E4 0 1A 9 2 141 59 56
Octal 373 272 344 0 32 11 2 501 131 126
Binary 11111011 10111010 11100100 0 11010 1001 10 101000001 1011001 1010110

Color Harmonies of #FBBAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBAE4

Black with #FBBAE4

Text Example


Text Example

White with #FBBAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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