Html Css Color HEX #F7BED3 Cotton Candy

📋 copy color: '#F7BED3'

red 247 ◦ green 190 ◦ blue 211

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

Shades of Cotton Candy #F7BED3

Tints of Cotton Candy #F7BED3

RGB

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

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

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

R = 38.12%
G = 29.32%
B = 32.56%

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

#F7BED3 (or 0xF7BED3) is known color: Cotton Candy. HEX triplet: F7, BE and D3. RGB value is (247,190,211). Sum of RGB (Red+Green+Blue) = 247+190+211=648 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.12% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 211 (82.81% from 255 or 32.56% from 648); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BED3 is #08412C. Grayscale: #D1D1D1. Windows color (decimal): -540973 or 13876983. OLE color: 13876983.

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

Color convert

RGB 247 190 211 -
CMYK 0 0.23 0.15 0.03
HSL 337.89º 0.78% 0.86% -
HSV(B) 337.89º 0.23% 0.97% -
XYZ 68.53 61.3 69.85 -
YUV 209.44 128.88 154.79 -
System Red Green Blue C M Y K H S L
Decimal 247 190 211 0 0.23 0.15 0.03 337.89 0.78 0.86
Hex F7 BE D3 0 17 F 3 152 4E 56
Octal 367 276 323 0 27 17 3 522 116 126
Binary 11110111 10111110 11010011 0 10111 1111 11 101010010 1001110 1010110

Color Harmonies of #F7BED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BED3

Black with #F7BED3

Text Example


Text Example

White with #F7BED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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