Html Css Color HEX #FFB8E4 Cotton Candy

📋 copy color: '#FFB8E4'

red 255 ◦ green 184 ◦ blue 228

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

Shades of Cotton Candy #FFB8E4

Tints of Cotton Candy #FFB8E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.18%

R = 38.23%
G = 27.59%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FFB8E4 (or 0xFFB8E4) is known color: Cotton Candy. HEX triplet: FF, B8 and E4. RGB value is (255,184,228). Sum of RGB (Red+Green+Blue) = 255+184+228=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 184 (72.27% from 255 or 27.59% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8E4 is #00471B. Grayscale: #D2D2D2. Windows color (decimal): -18204 or 14989567. OLE color: 14989567.

HSL color Cylindrical-coordinate representation of color #FFB8E4: hue angle of 322.82º 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 #FFB8E4 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB 255 184 228 -
CMYK 0 0.28 0.11 0
HSL 322.82º 1% 0.86% -
HSV(B) 322.82º 0.28% 1% -
XYZ 72.38 61.14 81.39 -
YUV 210.25 138.02 159.92 -
System Red Green Blue C M Y K H S L
Decimal 255 184 228 0 0.28 0.11 0 322.82 1 0.86
Hex FF B8 E4 0 1C B 0 143 64 56
Octal 377 270 344 0 34 13 0 503 144 126
Binary 11111111 10111000 11100100 0 11100 1011 0 101000011 1100100 1010110

Color Harmonies of #FFB8E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB8E4

Black with #FFB8E4

Text Example


Text Example

White with #FFB8E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB8E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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