Html Css Color HEX #F8B5CF Cotton Candy

📋 copy color: '#F8B5CF'

red 248 ◦ green 181 ◦ blue 207

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

Shades of Cotton Candy #F8B5CF

Tints of Cotton Candy #F8B5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.55%

R = 38.99%
G = 28.46%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8B5CF (or 0xF8B5CF) is known color: Cotton Candy. HEX triplet: F8, B5 and CF. RGB value is (248,181,207). Sum of RGB (Red+Green+Blue) = 248+181+207=636 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.99% from 636); Green value is 181 (71.09% from 255 or 28.46% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B5CF is #074A30. Grayscale: #CBCBCB. Windows color (decimal): -477745 or 13612536. OLE color: 13612536.

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

Color convert

RGB 248 181 207 -
CMYK 0 0.27 0.17 0.03
HSL 336.72º 0.83% 0.84% -
HSV(B) 336.72º 0.27% 0.97% -
XYZ 66.5 57.51 66.63 -
YUV 204 129.7 159.39 -
System Red Green Blue C M Y K H S L
Decimal 248 181 207 0 0.27 0.17 0.03 336.72 0.83 0.84
Hex F8 B5 CF 0 1B 11 3 151 53 54
Octal 370 265 317 0 33 21 3 521 123 124
Binary 11111000 10110101 11001111 0 11011 10001 11 101010001 1010011 1010100

Color Harmonies of #F8B5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B5CF

Black with #F8B5CF

Text Example


Text Example

White with #F8B5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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