Html Css Color HEX #F8B9CF Cotton Candy

📋 copy color: '#F8B9CF'

red 248 ◦ green 185 ◦ blue 207

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

Shades of Cotton Candy #F8B9CF

Tints of Cotton Candy #F8B9CF

RGB

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

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

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

R = 38.75%
G = 28.91%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8B9CF (or 0xF8B9CF) is known color: Cotton Candy. HEX triplet: F8, B9 and CF. RGB value is (248,185,207). Sum of RGB (Red+Green+Blue) = 248+185+207=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 185 (72.66% from 255 or 28.91% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9CF is #074630. Grayscale: #CECECE. Windows color (decimal): -476721 or 13613560. OLE color: 13613560.

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

Color convert

RGB 248 185 207 -
CMYK 0 0.25 0.17 0.03
HSL 339.05º 0.82% 0.85% -
HSV(B) 339.05º 0.25% 0.97% -
XYZ 67.32 59.16 66.9 -
YUV 206.35 128.37 157.71 -
System Red Green Blue C M Y K H S L
Decimal 248 185 207 0 0.25 0.17 0.03 339.05 0.82 0.85
Hex F8 B9 CF 0 19 11 3 153 52 55
Octal 370 271 317 0 31 21 3 523 122 125
Binary 11111000 10111001 11001111 0 11001 10001 11 101010011 1010010 1010101

Color Harmonies of #F8B9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B9CF

Black with #F8B9CF

Text Example


Text Example

White with #F8B9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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