Html Css Color HEX #FFB8DE Cotton Candy

📋 copy color: '#FFB8DE'

red 255 ◦ green 184 ◦ blue 222

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

Shades of Cotton Candy #FFB8DE

Tints of Cotton Candy #FFB8DE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 27.84%

 BLUE value IS 222 (87.11% from 255) = 33.59%

R = 38.58%
G = 27.84%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFB8DE (or 0xFFB8DE) is known color: Cotton Candy. HEX triplet: FF, B8 and DE. RGB value is (255,184,222). Sum of RGB (Red+Green+Blue) = 255+184+222=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 184 (72.27% from 255 or 27.84% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8DE is #004721. Grayscale: #D1D1D1. Windows color (decimal): -18210 or 14596351. OLE color: 14596351.

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

Color convert

RGB 255 184 222 -
CMYK 0 0.28 0.13 0
HSL 327.89º 1% 0.86% -
HSV(B) 327.89º 0.28% 1% -
XYZ 71.57 60.81 77.07 -
YUV 209.56 135.02 160.41 -
System Red Green Blue C M Y K H S L
Decimal 255 184 222 0 0.28 0.13 0 327.89 1 0.86
Hex FF B8 DE 0 1C D 0 148 64 56
Octal 377 270 336 0 34 15 0 510 144 126
Binary 11111111 10111000 11011110 0 11100 1101 0 101001000 1100100 1010110

Color Harmonies of #FFB8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB8DE

Black with #FFB8DE

Text Example


Text Example

White with #FFB8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB8DE; }

 p { color: rgb(255,184,222); }

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

background-color css

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

 a { background-color: rgb(255,184,222); }

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

border-color css

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

 span { border-color: rgb(255,184,222); }

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