Html Css Color HEX #F8BDD1 Cotton Candy

📋 copy color: '#F8BDD1'

red 248 ◦ green 189 ◦ blue 209

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

Shades of Cotton Candy #F8BDD1

Tints of Cotton Candy #F8BDD1

RGB

 RED value IS 248 (97.27% from 255) = 38.39%

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

 BLUE value IS 209 (82.03% from 255) = 32.35%

R = 38.39%
G = 29.26%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F8BDD1 (or 0xF8BDD1) is known color: Cotton Candy. HEX triplet: F8, BD and D1. RGB value is (248,189,209). Sum of RGB (Red+Green+Blue) = 248+189+209=646 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.39% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 209 (82.03% from 255 or 32.35% from 646); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDD1 is #07422E. Grayscale: #D0D0D0. Windows color (decimal): -475695 or 13745656. OLE color: 13745656.

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

Color convert

RGB 248 189 209 -
CMYK 0 0.24 0.16 0.03
HSL 339.66º 0.81% 0.86% -
HSV(B) 339.66º 0.24% 0.97% -
XYZ 68.42 60.96 68.48 -
YUV 208.92 128.05 155.87 -
System Red Green Blue C M Y K H S L
Decimal 248 189 209 0 0.24 0.16 0.03 339.66 0.81 0.86
Hex F8 BD D1 0 18 10 3 154 51 56
Octal 370 275 321 0 30 20 3 524 121 126
Binary 11111000 10111101 11010001 0 11000 10000 11 101010100 1010001 1010110

Color Harmonies of #F8BDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BDD1

Black with #F8BDD1

Text Example


Text Example

White with #F8BDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BDD1; }

 p { color: rgb(248,189,209); }

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

background-color css

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

 a { background-color: rgb(248,189,209); }

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

border-color css

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

 span { border-color: rgb(248,189,209); }

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