Html Css Color HEX #FFB5E1 Cotton Candy

📋 copy color: '#FFB5E1'

red 255 ◦ green 181 ◦ blue 225

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

Shades of Cotton Candy #FFB5E1

Tints of Cotton Candy #FFB5E1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.38%

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

R = 38.58%
G = 27.38%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FFB5E1 (or 0xFFB5E1) is known color: Cotton Candy. HEX triplet: FF, B5 and E1. RGB value is (255,181,225). Sum of RGB (Red+Green+Blue) = 255+181+225=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 181 (71.09% from 255 or 27.38% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5E1 is #004A1E. Grayscale: #D0D0D0. Windows color (decimal): -18975 or 14792191. OLE color: 14792191.

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

Color convert

RGB 255 181 225 -
CMYK 0 0.29 0.12 0
HSL 324.32º 1% 0.85% -
HSV(B) 324.32º 0.29% 1% -
XYZ 71.35 59.74 79.01 -
YUV 208.14 137.52 161.42 -
System Red Green Blue C M Y K H S L
Decimal 255 181 225 0 0.29 0.12 0 324.32 1 0.85
Hex FF B5 E1 0 1D C 0 144 64 55
Octal 377 265 341 0 35 14 0 504 144 125
Binary 11111111 10110101 11100001 0 11101 1100 0 101000100 1100100 1010101

Color Harmonies of #FFB5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB5E1

Black with #FFB5E1

Text Example


Text Example

White with #FFB5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB5E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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