Html Css Color HEX #FBBBDA Cotton Candy

📋 copy color: '#FBBBDA'

red 251 ◦ green 187 ◦ blue 218

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

Shades of Cotton Candy #FBBBDA

Tints of Cotton Candy #FBBBDA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.51%

 BLUE value IS 218 (85.55% from 255) = 33.23%

R = 38.26%
G = 28.51%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FBBBDA (or 0xFBBBDA) is known color: Cotton Candy. HEX triplet: FB, BB and DA. RGB value is (251,187,218). Sum of RGB (Red+Green+Blue) = 251+187+218=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBDA is #044425. Grayscale: #D1D1D1. Windows color (decimal): -279590 or 14334971. OLE color: 14334971.

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

Color convert

RGB 251 187 218 -
CMYK 0 0.25 0.13 0.02
HSL 330.94º 0.89% 0.86% -
HSV(B) 330.94º 0.25% 0.98% -
XYZ 70.21 61.11 74.43 -
YUV 209.67 132.7 157.48 -
System Red Green Blue C M Y K H S L
Decimal 251 187 218 0 0.25 0.13 0.02 330.94 0.89 0.86
Hex FB BB DA 0 19 D 2 14B 59 56
Octal 373 273 332 0 31 15 2 513 131 126
Binary 11111011 10111011 11011010 0 11001 1101 10 101001011 1011001 1010110

Color Harmonies of #FBBBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBBDA

Black with #FBBBDA

Text Example


Text Example

White with #FBBBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBBDA; }

 p { color: rgb(251,187,218); }

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

background-color css

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

 a { background-color: rgb(251,187,218); }

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

border-color css

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

 span { border-color: rgb(251,187,218); }

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