Html Css Color HEX #FFBFD3 Cotton Candy

📋 copy color: '#FFBFD3'

red 255 ◦ green 191 ◦ blue 211

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

Shades of Cotton Candy #FFBFD3

Tints of Cotton Candy #FFBFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.12%

R = 38.81%
G = 29.07%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FFBFD3 (or 0xFFBFD3) is known color: Cotton Candy. HEX triplet: FF, BF and D3. RGB value is (255,191,211). Sum of RGB (Red+Green+Blue) = 255+191+211=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 211 (82.81% from 255 or 32.12% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFD3 is #00402C. Grayscale: #D4D4D4. Windows color (decimal): -16429 or 13877247. OLE color: 13877247.

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

Color convert

RGB 255 191 211 -
CMYK 0 0.25 0.17 0
HSL 341.25º 1% 0.87% -
HSV(B) 341.25º 0.25% 1% -
XYZ 71.63 63.22 70.06 -
YUV 212.42 127.2 158.37 -
System Red Green Blue C M Y K H S L
Decimal 255 191 211 0 0.25 0.17 0 341.25 1 0.87
Hex FF BF D3 0 19 11 0 155 64 57
Octal 377 277 323 0 31 21 0 525 144 127
Binary 11111111 10111111 11010011 0 11001 10001 0 101010101 1100100 1010111

Color Harmonies of #FFBFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBFD3

Black with #FFBFD3

Text Example


Text Example

White with #FFBFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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