Html Css Color HEX #F7BED2 Cotton Candy

📋 copy color: '#F7BED2'

red 247 ◦ green 190 ◦ blue 210

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

Shades of Cotton Candy #F7BED2

Tints of Cotton Candy #F7BED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.46%

R = 38.18%
G = 29.37%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F7BED2 (or 0xF7BED2) is known color: Cotton Candy. HEX triplet: F7, BE and D2. RGB value is (247,190,210). Sum of RGB (Red+Green+Blue) = 247+190+210=647 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.18% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BED2 is #08412D. Grayscale: #D1D1D1. Windows color (decimal): -540974 or 13811447. OLE color: 13811447.

HSL color Cylindrical-coordinate representation of color #F7BED2: hue angle of 338.95º 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 #F7BED2 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 190 210 -
CMYK 0 0.23 0.15 0.03
HSL 338.95º 0.78% 0.86% -
HSV(B) 338.95º 0.23% 0.97% -
XYZ 68.4 61.25 69.19 -
YUV 209.32 128.38 154.87 -
System Red Green Blue C M Y K H S L
Decimal 247 190 210 0 0.23 0.15 0.03 338.95 0.78 0.86
Hex F7 BE D2 0 17 F 3 153 4E 56
Octal 367 276 322 0 27 17 3 523 116 126
Binary 11110111 10111110 11010010 0 10111 1111 11 101010011 1001110 1010110

Color Harmonies of #F7BED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BED2

Black with #F7BED2

Text Example


Text Example

White with #F7BED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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