Html Css Color HEX #FBBCD3 Cotton Candy

📋 copy color: '#FBBCD3'

red 251 ◦ green 188 ◦ blue 211

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

Shades of Cotton Candy #FBBCD3

Tints of Cotton Candy #FBBCD3

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.92%

 BLUE value IS 211 (82.81% from 255) = 32.46%

R = 38.62%
G = 28.92%
B = 32.46%

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

#FBBCD3 (or 0xFBBCD3) is known color: Cotton Candy. HEX triplet: FB, BC and D3. RGB value is (251,188,211). Sum of RGB (Red+Green+Blue) = 251+188+211=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCD3 is #04432C. Grayscale: #D1D1D1. Windows color (decimal): -279341 or 13876475. OLE color: 13876475.

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

Color convert

RGB 251 188 211 -
CMYK 0 0.25 0.16 0.02
HSL 338.1º 0.89% 0.86% -
HSV(B) 338.1º 0.25% 0.98% -
XYZ 69.52 61.18 69.77 -
YUV 209.46 128.87 157.63 -
System Red Green Blue C M Y K H S L
Decimal 251 188 211 0 0.25 0.16 0.02 338.1 0.89 0.86
Hex FB BC D3 0 19 10 2 152 59 56
Octal 373 274 323 0 31 20 2 522 131 126
Binary 11111011 10111100 11010011 0 11001 10000 10 101010010 1011001 1010110

Color Harmonies of #FBBCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBCD3

Black with #FBBCD3

Text Example


Text Example

White with #FBBCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBCD3; }

 p { color: rgb(251,188,211); }

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

background-color css

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

 a { background-color: rgb(251,188,211); }

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

border-color css

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

 span { border-color: rgb(251,188,211); }

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