Html Css Color HEX #FFBDE2 Cotton Candy

📋 copy color: '#FFBDE2'

red 255 ◦ green 189 ◦ blue 226

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

Shades of Cotton Candy #FFBDE2

Tints of Cotton Candy #FFBDE2

RGB

 RED value IS 255 (100% from 255) = 38.06%

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

 BLUE value IS 226 (88.67% from 255) = 33.73%

R = 38.06%
G = 28.21%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FFBDE2 (or 0xFFBDE2) is known color: Cotton Candy. HEX triplet: FF, BD and E2. RGB value is (255,189,226). Sum of RGB (Red+Green+Blue) = 255+189+226=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 189 (74.22% from 255 or 28.21% from 670); Blue value is 226 (88.67% from 255 or 33.73% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDE2 is #00421D. Grayscale: #D4D4D4. Windows color (decimal): -16926 or 14859775. OLE color: 14859775.

HSL color Cylindrical-coordinate representation of color #FFBDE2: hue angle of 326.36º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFBDE2 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB 255 189 226 -
CMYK 0 0.26 0.11 0
HSL 326.36º 1% 0.87% -
HSV(B) 326.36º 0.26% 1% -
XYZ 73.17 63.15 80.28 -
YUV 212.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 255 189 226 0 0.26 0.11 0 326.36 1 0.87
Hex FF BD E2 0 1A B 0 146 64 57
Octal 377 275 342 0 32 13 0 506 144 127
Binary 11111111 10111101 11100010 0 11010 1011 0 101000110 1100100 1010111

Color Harmonies of #FFBDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDE2

Black with #FFBDE2

Text Example


Text Example

White with #FFBDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBDE2; }

 p { color: rgb(255,189,226); }

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

background-color css

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

 a { background-color: rgb(255,189,226); }

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

border-color css

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

 span { border-color: rgb(255,189,226); }

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