Html Css Color HEX #F7BDD0 Cotton Candy

📋 copy color: '#F7BDD0'

red 247 ◦ green 189 ◦ blue 208

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

Shades of Cotton Candy #F7BDD0

Tints of Cotton Candy #F7BDD0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.35%

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

R = 38.35%
G = 29.35%
B = 32.3%

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

#F7BDD0 (or 0xF7BDD0) is known color: Cotton Candy. HEX triplet: F7, BD and D0. RGB value is (247,189,208). Sum of RGB (Red+Green+Blue) = 247+189+208=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDD0 is #08422F. Grayscale: #D0D0D0. Windows color (decimal): -541232 or 13680119. OLE color: 13680119.

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

Color convert

RGB 247 189 208 -
CMYK 0 0.23 0.16 0.03
HSL 340.34º 0.78% 0.85% -
HSV(B) 340.34º 0.23% 0.97% -
XYZ 67.94 60.72 67.81 -
YUV 208.51 127.72 155.46 -
System Red Green Blue C M Y K H S L
Decimal 247 189 208 0 0.23 0.16 0.03 340.34 0.78 0.85
Hex F7 BD D0 0 17 10 3 154 4E 55
Octal 367 275 320 0 27 20 3 524 116 125
Binary 11110111 10111101 11010000 0 10111 10000 11 101010100 1001110 1010101

Color Harmonies of #F7BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BDD0

Black with #F7BDD0

Text Example


Text Example

White with #F7BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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