Html Css Color HEX #FFB3D0 Cotton Candy

📋 copy color: '#FFB3D0'

red 255 ◦ green 179 ◦ blue 208

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

Shades of Cotton Candy #FFB3D0

Tints of Cotton Candy #FFB3D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.4%

R = 39.72%
G = 27.88%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FFB3D0 (or 0xFFB3D0) is known color: Cotton Candy. HEX triplet: FF, B3 and D0. RGB value is (255,179,208). Sum of RGB (Red+Green+Blue) = 255+179+208=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 179 (70.31% from 255 or 27.88% from 642); Blue value is 208 (81.64% from 255 or 32.40% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3D0 is #004C2F. Grayscale: #CCCCCC. Windows color (decimal): -19504 or 13677567. OLE color: 13677567.

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

Color convert

RGB 255 179 208 -
CMYK 0 0.30 0.18 0
HSL 337.11º 1% 0.85% -
HSV(B) 337.11º 0.3% 1% -
XYZ 68.75 58.05 67.26 -
YUV 205.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 255 179 208 0 0.30 0.18 0 337.11 1 0.85
Hex FF B3 D0 0 1E 12 0 151 64 55
Octal 377 263 320 0 36 22 0 521 144 125
Binary 11111111 10110011 11010000 0 11110 10010 0 101010001 1100100 1010101

Color Harmonies of #FFB3D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB3D0

Black with #FFB3D0

Text Example


Text Example

White with #FFB3D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB3D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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