Html Css Color HEX #F7BED0 Cotton Candy

📋 copy color: '#F7BED0'

red 247 ◦ green 190 ◦ blue 208

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

Shades of Cotton Candy #F7BED0

Tints of Cotton Candy #F7BED0

RGB

 RED value IS 247 (96.88% from 255) = 38.29%

 GREEN value IS 190 (74.61% from 255) = 29.46%

 BLUE value IS 208 (81.64% from 255) = 32.25%

R = 38.29%
G = 29.46%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F7BED0 (or 0xF7BED0) is known color: Cotton Candy. HEX triplet: F7, BE and D0. RGB value is (247,190,208). Sum of RGB (Red+Green+Blue) = 247+190+208=645 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.29% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BED0 is #08412F. Grayscale: #D1D1D1. Windows color (decimal): -540976 or 13680375. OLE color: 13680375.

HSL color Cylindrical-coordinate representation of color #F7BED0: hue angle of 341.05º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7BED0 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 190 208 -
CMYK 0 0.23 0.16 0.03
HSL 341.05º 0.78% 0.86% -
HSV(B) 341.05º 0.23% 0.97% -
XYZ 68.16 61.16 67.89 -
YUV 209.1 127.38 155.04 -
System Red Green Blue C M Y K H S L
Decimal 247 190 208 0 0.23 0.16 0.03 341.05 0.78 0.86
Hex F7 BE D0 0 17 10 3 155 4E 56
Octal 367 276 320 0 27 20 3 525 116 126
Binary 11110111 10111110 11010000 0 10111 10000 11 101010101 1001110 1010110

Color Harmonies of #F7BED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BED0

Black with #F7BED0

Text Example


Text Example

White with #F7BED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BED0; }

 p { color: rgb(247,190,208); }

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

background-color css

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

 a { background-color: rgb(247,190,208); }

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

border-color css

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

 span { border-color: rgb(247,190,208); }

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