Html Css Color HEX #FFB5DA Cotton Candy

📋 copy color: '#FFB5DA'

red 255 ◦ green 181 ◦ blue 218

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

Shades of Cotton Candy #FFB5DA

Tints of Cotton Candy #FFB5DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.33%

R = 38.99%
G = 27.68%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FFB5DA (or 0xFFB5DA) is known color: Cotton Candy. HEX triplet: FF, B5 and DA. RGB value is (255,181,218). Sum of RGB (Red+Green+Blue) = 255+181+218=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 181 (71.09% from 255 or 27.68% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5DA is #004A25. Grayscale: #CFCFCF. Windows color (decimal): -18982 or 14333439. OLE color: 14333439.

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

Color convert

RGB 255 181 218 -
CMYK 0 0.29 0.15 0
HSL 330º 1% 0.85% -
HSV(B) 330º 0.29% 1% -
XYZ 70.42 59.37 74.08 -
YUV 207.34 134.02 161.99 -
System Red Green Blue C M Y K H S L
Decimal 255 181 218 0 0.29 0.15 0 330 1 0.85
Hex FF B5 DA 0 1D F 0 14A 64 55
Octal 377 265 332 0 35 17 0 512 144 125
Binary 11111111 10110101 11011010 0 11101 1111 0 101001010 1100100 1010101

Color Harmonies of #FFB5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB5DA

Black with #FFB5DA

Text Example


Text Example

White with #FFB5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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