Html Css Color HEX #FBBDD4 Cotton Candy

📋 copy color: '#FBBDD4'

red 251 ◦ green 189 ◦ blue 212

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

Shades of Cotton Candy #FBBDD4

Tints of Cotton Candy #FBBDD4

RGB

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

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

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

R = 38.5%
G = 28.99%
B = 32.52%

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

#FBBDD4 (or 0xFBBDD4) is known color: Cotton Candy. HEX triplet: FB, BD and D4. RGB value is (251,189,212). Sum of RGB (Red+Green+Blue) = 251+189+212=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDD4 is #04422B. Grayscale: #D2D2D2. Windows color (decimal): -279084 or 13942267. OLE color: 13942267.

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

Color convert

RGB 251 189 212 -
CMYK 0 0.25 0.16 0.02
HSL 337.74º 0.89% 0.86% -
HSV(B) 337.74º 0.25% 0.98% -
XYZ 69.86 61.66 70.51 -
YUV 210.16 129.04 157.13 -
System Red Green Blue C M Y K H S L
Decimal 251 189 212 0 0.25 0.16 0.02 337.74 0.89 0.86
Hex FB BD D4 0 19 10 2 152 59 56
Octal 373 275 324 0 31 20 2 522 131 126
Binary 11111011 10111101 11010100 0 11001 10000 10 101010010 1011001 1010110

Color Harmonies of #FBBDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBDD4

Black with #FBBDD4

Text Example


Text Example

White with #FBBDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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