Html Css Color HEX #F8B5D0 Cotton Candy

📋 copy color: '#F8B5D0'

red 248 ◦ green 181 ◦ blue 208

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

Shades of Cotton Candy #F8B5D0

Tints of Cotton Candy #F8B5D0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.41%

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

R = 38.93%
G = 28.41%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F8B5D0 (or 0xF8B5D0) is known color: Cotton Candy. HEX triplet: F8, B5 and D0. RGB value is (248,181,208). Sum of RGB (Red+Green+Blue) = 248+181+208=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 181 (71.09% from 255 or 28.41% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B5D0 is #074A2F. Grayscale: #CCCCCC. Windows color (decimal): -477744 or 13678072. OLE color: 13678072.

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

Color convert

RGB 248 181 208 -
CMYK 0 0.27 0.16 0.03
HSL 335.82º 0.83% 0.84% -
HSV(B) 335.82º 0.27% 0.97% -
XYZ 66.62 57.56 67.27 -
YUV 204.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 248 181 208 0 0.27 0.16 0.03 335.82 0.83 0.84
Hex F8 B5 D0 0 1B 10 3 150 53 54
Octal 370 265 320 0 33 20 3 520 123 124
Binary 11111000 10110101 11010000 0 11011 10000 11 101010000 1010011 1010100

Color Harmonies of #F8B5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B5D0

Black with #F8B5D0

Text Example


Text Example

White with #F8B5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B5D0; }

 p { color: rgb(248,181,208); }

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

background-color css

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

 a { background-color: rgb(248,181,208); }

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

border-color css

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

 span { border-color: rgb(248,181,208); }

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