Html Css Color HEX #FFBFE1 Cotton Candy

📋 copy color: '#FFBFE1'

red 255 ◦ green 191 ◦ blue 225

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

Shades of Cotton Candy #FFBFE1

Tints of Cotton Candy #FFBFE1

RGB

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

 GREEN value IS 191 (75% from 255) = 28.46%

 BLUE value IS 225 (88.28% from 255) = 33.53%

R = 38%
G = 28.46%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FFBFE1 (or 0xFFBFE1) is known color: Cotton Candy. HEX triplet: FF, BF and E1. RGB value is (255,191,225). Sum of RGB (Red+Green+Blue) = 255+191+225=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 191 (75% from 255 or 28.46% from 671); Blue value is 225 (88.28% from 255 or 33.53% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFE1 is #00401E. Grayscale: #D5D5D5. Windows color (decimal): -16415 or 14794751. OLE color: 14794751.

HSL color Cylindrical-coordinate representation of color #FFBFE1: hue angle of 328.12º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFBFE1 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB 255 191 225 -
CMYK 0 0.25 0.12 0
HSL 328.13º 1% 0.87% -
HSV(B) 328.13º 0.25% 1% -
XYZ 73.46 63.96 79.71 -
YUV 214.01 134.2 157.24 -
System Red Green Blue C M Y K H S L
Decimal 255 191 225 0 0.25 0.12 0 328.13 1 0.87
Hex FF BF E1 0 19 C 0 148 64 57
Octal 377 277 341 0 31 14 0 510 144 127
Binary 11111111 10111111 11100001 0 11001 1100 0 101001000 1100100 1010111

Color Harmonies of #FFBFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBFE1

Black with #FFBFE1

Text Example


Text Example

White with #FFBFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBFE1; }

 p { color: rgb(255,191,225); }

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

background-color css

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

 a { background-color: rgb(255,191,225); }

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

border-color css

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

 span { border-color: rgb(255,191,225); }

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