Html Css Color HEX #F8B9E2 Cotton Candy

📋 copy color: '#F8B9E2'

red 248 ◦ green 185 ◦ blue 226

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

Shades of Cotton Candy #F8B9E2

Tints of Cotton Candy #F8B9E2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.07%

 BLUE value IS 226 (88.67% from 255) = 34.29%

R = 37.63%
G = 28.07%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F8B9E2 (or 0xF8B9E2) is known color: Cotton Candy. HEX triplet: F8, B9 and E2. RGB value is (248,185,226). Sum of RGB (Red+Green+Blue) = 248+185+226=659 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.63% from 659); Green value is 185 (72.66% from 255 or 28.07% from 659); Blue value is 226 (88.67% from 255 or 34.29% from 659); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9E2 is #07461D. Grayscale: #D0D0D0. Windows color (decimal): -476702 or 14858744. OLE color: 14858744.

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

Color convert

RGB 248 185 226 -
CMYK 0 0.25 0.09 0.03
HSL 320.95º 0.82% 0.85% -
HSV(B) 320.95º 0.25% 0.97% -
XYZ 69.79 60.15 79.88 -
YUV 208.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 248 185 226 0 0.25 0.09 0.03 320.95 0.82 0.85
Hex F8 B9 E2 0 19 9 3 141 52 55
Octal 370 271 342 0 31 11 3 501 122 125
Binary 11111000 10111001 11100010 0 11001 1001 11 101000001 1010010 1010101

Color Harmonies of #F8B9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B9E2

Black with #F8B9E2

Text Example


Text Example

White with #F8B9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B9E2; }

 p { color: rgb(248,185,226); }

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

background-color css

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

 a { background-color: rgb(248,185,226); }

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

border-color css

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

 span { border-color: rgb(248,185,226); }

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