Html Css Color HEX #FFB3CD Cotton Candy

📋 copy color: '#FFB3CD'

red 255 ◦ green 179 ◦ blue 205

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

Shades of Cotton Candy #FFB3CD

Tints of Cotton Candy #FFB3CD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.01%

 BLUE value IS 205 (80.47% from 255) = 32.08%

R = 39.91%
G = 28.01%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFB3CD (or 0xFFB3CD) is known color: Cotton Candy. HEX triplet: FF, B3 and CD. RGB value is (255,179,205). Sum of RGB (Red+Green+Blue) = 255+179+205=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 179 (70.31% from 255 or 28.01% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3CD is #004C32. Grayscale: #CCCCCC. Windows color (decimal): -19507 or 13480959. OLE color: 13480959.

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

Color convert

RGB 255 179 205 -
CMYK 0 0.30 0.20 0
HSL 339.47º 1% 0.85% -
HSV(B) 339.47º 0.3% 1% -
XYZ 68.38 57.91 65.33 -
YUV 204.69 128.18 163.89 -
System Red Green Blue C M Y K H S L
Decimal 255 179 205 0 0.30 0.20 0 339.47 1 0.85
Hex FF B3 CD 0 1E 14 0 153 64 55
Octal 377 263 315 0 36 24 0 523 144 125
Binary 11111111 10110011 11001101 0 11110 10100 0 101010011 1100100 1010101

Color Harmonies of #FFB3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB3CD

Black with #FFB3CD

Text Example


Text Example

White with #FFB3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB3CD; }

 p { color: rgb(255,179,205); }

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

background-color css

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

 a { background-color: rgb(255,179,205); }

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

border-color css

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

 span { border-color: rgb(255,179,205); }

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