Html Css Color HEX #FBBBD7 Cotton Candy

📋 copy color: '#FBBBD7'

red 251 ◦ green 187 ◦ blue 215

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

Shades of Cotton Candy #FBBBD7

Tints of Cotton Candy #FBBBD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.92%

R = 38.44%
G = 28.64%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FBBBD7 (or 0xFBBBD7) is known color: Cotton Candy. HEX triplet: FB, BB and D7. RGB value is (251,187,215). Sum of RGB (Red+Green+Blue) = 251+187+215=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 215 (84.38% from 255 or 32.92% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBD7 is #044428. Grayscale: #D1D1D1. Windows color (decimal): -279593 or 14138363. OLE color: 14138363.

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

Color convert

RGB 251 187 215 -
CMYK 0 0.25 0.14 0.02
HSL 333.75º 0.89% 0.86% -
HSV(B) 333.75º 0.25% 0.98% -
XYZ 69.82 60.96 72.38 -
YUV 209.33 131.2 157.72 -
System Red Green Blue C M Y K H S L
Decimal 251 187 215 0 0.25 0.14 0.02 333.75 0.89 0.86
Hex FB BB D7 0 19 E 2 14E 59 56
Octal 373 273 327 0 31 16 2 516 131 126
Binary 11111011 10111011 11010111 0 11001 1110 10 101001110 1011001 1010110

Color Harmonies of #FBBBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBBD7

Black with #FBBBD7

Text Example


Text Example

White with #FBBBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBBD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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