Html Css Color HEX #FFB2CF Cotton Candy

📋 copy color: '#FFB2CF'

red 255 ◦ green 178 ◦ blue 207

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

Shades of Cotton Candy #FFB2CF

Tints of Cotton Candy #FFB2CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.34%

R = 39.84%
G = 27.81%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFB2CF (or 0xFFB2CF) is known color: Cotton Candy. HEX triplet: FF, B2 and CF. RGB value is (255,178,207). Sum of RGB (Red+Green+Blue) = 255+178+207=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 178 (69.92% from 255 or 27.81% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2CF is #004D30. Grayscale: #CCCCCC. Windows color (decimal): -19761 or 13611775. OLE color: 13611775.

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

Color convert

RGB 255 178 207 -
CMYK 0 0.30 0.19 0
HSL 337.4º 1% 0.85% -
HSV(B) 337.4º 0.3% 1% -
XYZ 68.42 57.61 66.54 -
YUV 204.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 255 178 207 0 0.30 0.19 0 337.4 1 0.85
Hex FF B2 CF 0 1E 13 0 151 64 55
Octal 377 262 317 0 36 23 0 521 144 125
Binary 11111111 10110010 11001111 0 11110 10011 0 101010001 1100100 1010101

Color Harmonies of #FFB2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB2CF

Black with #FFB2CF

Text Example


Text Example

White with #FFB2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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