Html Css Color HEX #FBBBD4 Cotton Candy

📋 copy color: '#FBBBD4'

red 251 ◦ green 187 ◦ blue 212

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

Shades of Cotton Candy #FBBBD4

Tints of Cotton Candy #FBBBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.62%

R = 38.62%
G = 28.77%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FBBBD4 (or 0xFBBBD4) is known color: Cotton Candy. HEX triplet: FB, BB and D4. RGB value is (251,187,212). Sum of RGB (Red+Green+Blue) = 251+187+212=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 212 (83.20% from 255 or 32.62% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBD4 is #04442B. Grayscale: #D0D0D0. Windows color (decimal): -279596 or 13941755. OLE color: 13941755.

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

Color convert

RGB 251 187 212 -
CMYK 0 0.25 0.16 0.02
HSL 336.56º 0.89% 0.86% -
HSV(B) 336.56º 0.25% 0.98% -
XYZ 69.44 60.8 70.36 -
YUV 208.99 129.7 157.97 -
System Red Green Blue C M Y K H S L
Decimal 251 187 212 0 0.25 0.16 0.02 336.56 0.89 0.86
Hex FB BB D4 0 19 10 2 151 59 56
Octal 373 273 324 0 31 20 2 521 131 126
Binary 11111011 10111011 11010100 0 11001 10000 10 101010001 1011001 1010110

Color Harmonies of #FBBBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBBD4

Black with #FBBBD4

Text Example


Text Example

White with #FBBBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBBD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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