Html Css Color HEX #FFB4CE Cotton Candy

📋 copy color: '#FFB4CE'

red 255 ◦ green 180 ◦ blue 206

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

Shades of Cotton Candy #FFB4CE

Tints of Cotton Candy #FFB4CE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.08%

 BLUE value IS 206 (80.86% from 255) = 32.14%

R = 39.78%
G = 28.08%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFB4CE (or 0xFFB4CE) is known color: Cotton Candy. HEX triplet: FF, B4 and CE. RGB value is (255,180,206). Sum of RGB (Red+Green+Blue) = 255+180+206=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 180 (70.70% from 255 or 28.08% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4CE is #004B31. Grayscale: #CDCDCD. Windows color (decimal): -19250 or 13546751. OLE color: 13546751.

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

Color convert

RGB 255 180 206 -
CMYK 0 0.29 0.19 0
HSL 339.2º 1% 0.85% -
HSV(B) 339.2º 0.29% 1% -
XYZ 68.7 58.36 66.04 -
YUV 205.39 128.35 163.39 -
System Red Green Blue C M Y K H S L
Decimal 255 180 206 0 0.29 0.19 0 339.2 1 0.85
Hex FF B4 CE 0 1D 13 0 153 64 55
Octal 377 264 316 0 35 23 0 523 144 125
Binary 11111111 10110100 11001110 0 11101 10011 0 101010011 1100100 1010101

Color Harmonies of #FFB4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB4CE

Black with #FFB4CE

Text Example


Text Example

White with #FFB4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB4CE; }

 p { color: rgb(255,180,206); }

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

background-color css

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

 a { background-color: rgb(255,180,206); }

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

border-color css

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

 span { border-color: rgb(255,180,206); }

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