Html Css Color HEX #FBBDD0 Cotton Candy

📋 copy color: '#FBBDD0'

red 251 ◦ green 189 ◦ blue 208

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

Shades of Cotton Candy #FBBDD0

Tints of Cotton Candy #FBBDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.1%

R = 38.73%
G = 29.17%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FBBDD0 (or 0xFBBDD0) is known color: Cotton Candy. HEX triplet: FB, BD and D0. RGB value is (251,189,208). Sum of RGB (Red+Green+Blue) = 251+189+208=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDD0 is #04422F. Grayscale: #D1D1D1. Windows color (decimal): -279088 or 13680123. OLE color: 13680123.

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

Color convert

RGB 251 189 208 -
CMYK 0 0.25 0.17 0.02
HSL 341.61º 0.89% 0.86% -
HSV(B) 341.61º 0.25% 0.98% -
XYZ 69.37 61.46 67.88 -
YUV 209.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 251 189 208 0 0.25 0.17 0.02 341.61 0.89 0.86
Hex FB BD D0 0 19 11 2 156 59 56
Octal 373 275 320 0 31 21 2 526 131 126
Binary 11111011 10111101 11010000 0 11001 10001 10 101010110 1011001 1010110

Color Harmonies of #FBBDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBDD0

Black with #FBBDD0

Text Example


Text Example

White with #FBBDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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