Html Css Color HEX #FFB2D5 Cotton Candy

📋 copy color: '#FFB2D5'

red 255 ◦ green 178 ◦ blue 213

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

Shades of Cotton Candy #FFB2D5

Tints of Cotton Candy #FFB2D5

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.55%

 BLUE value IS 213 (83.59% from 255) = 32.97%

R = 39.47%
G = 27.55%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFB2D5 (or 0xFFB2D5) is known color: Cotton Candy. HEX triplet: FF, B2 and D5. RGB value is (255,178,213). Sum of RGB (Red+Green+Blue) = 255+178+213=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 178 (69.92% from 255 or 27.55% from 646); Blue value is 213 (83.59% from 255 or 32.97% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2D5 is #004D2A. Grayscale: #CCCCCC. Windows color (decimal): -19755 or 14004991. OLE color: 14004991.

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

Color convert

RGB 255 178 213 -
CMYK 0 0.30 0.16 0
HSL 332.73º 1% 0.85% -
HSV(B) 332.73º 0.3% 1% -
XYZ 69.17 57.9 70.48 -
YUV 205.01 132.51 163.65 -
System Red Green Blue C M Y K H S L
Decimal 255 178 213 0 0.30 0.16 0 332.73 1 0.85
Hex FF B2 D5 0 1E 10 0 14D 64 55
Octal 377 262 325 0 36 20 0 515 144 125
Binary 11111111 10110010 11010101 0 11110 10000 0 101001101 1100100 1010101

Color Harmonies of #FFB2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB2D5

Black with #FFB2D5

Text Example


Text Example

White with #FFB2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB2D5; }

 p { color: rgb(255,178,213); }

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

background-color css

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

 a { background-color: rgb(255,178,213); }

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

border-color css

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

 span { border-color: rgb(255,178,213); }

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