Html Css Color HEX #FFB9E1 Cotton Candy

📋 copy color: '#FFB9E1'

red 255 ◦ green 185 ◦ blue 225

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

Shades of Cotton Candy #FFB9E1

Tints of Cotton Candy #FFB9E1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.82%

 BLUE value IS 225 (88.28% from 255) = 33.83%

R = 38.35%
G = 27.82%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FFB9E1 (or 0xFFB9E1) is known color: Cotton Candy. HEX triplet: FF, B9 and E1. RGB value is (255,185,225). Sum of RGB (Red+Green+Blue) = 255+185+225=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 185 (72.66% from 255 or 27.82% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9E1 is #00461E. Grayscale: #D2D2D2. Windows color (decimal): -17951 or 14793215. OLE color: 14793215.

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

Color convert

RGB 255 185 225 -
CMYK 0 0.27 0.12 0
HSL 325.71º 1% 0.86% -
HSV(B) 325.71º 0.27% 1% -
XYZ 72.18 61.39 79.28 -
YUV 210.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 255 185 225 0 0.27 0.12 0 325.71 1 0.86
Hex FF B9 E1 0 1B C 0 146 64 56
Octal 377 271 341 0 33 14 0 506 144 126
Binary 11111111 10111001 11100001 0 11011 1100 0 101000110 1100100 1010110

Color Harmonies of #FFB9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB9E1

Black with #FFB9E1

Text Example


Text Example

White with #FFB9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB9E1; }

 p { color: rgb(255,185,225); }

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

background-color css

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

 a { background-color: rgb(255,185,225); }

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

border-color css

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

 span { border-color: rgb(255,185,225); }

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