Html Css Color HEX #FBBDD3 Cotton Candy

📋 copy color: '#FBBDD3'

red 251 ◦ green 189 ◦ blue 211

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

Shades of Cotton Candy #FBBDD3

Tints of Cotton Candy #FBBDD3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.03%

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

R = 38.56%
G = 29.03%
B = 32.41%

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

#FBBDD3 (or 0xFBBDD3) is known color: Cotton Candy. HEX triplet: FB, BD and D3. RGB value is (251,189,211). Sum of RGB (Red+Green+Blue) = 251+189+211=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 211 (82.81% from 255 or 32.41% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDD3 is #04422C. Grayscale: #D2D2D2. Windows color (decimal): -279085 or 13876731. OLE color: 13876731.

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

Color convert

RGB 251 189 211 -
CMYK 0 0.25 0.16 0.02
HSL 338.71º 0.89% 0.86% -
HSV(B) 338.71º 0.25% 0.98% -
XYZ 69.74 61.61 69.84 -
YUV 210.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 251 189 211 0 0.25 0.16 0.02 338.71 0.89 0.86
Hex FB BD D3 0 19 10 2 153 59 56
Octal 373 275 323 0 31 20 2 523 131 126
Binary 11111011 10111101 11010011 0 11001 10000 10 101010011 1011001 1010110

Color Harmonies of #FBBDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBDD3

Black with #FBBDD3

Text Example


Text Example

White with #FBBDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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