Html Css Color HEX #F8BDDA Cotton Candy

📋 copy color: '#F8BDDA'

red 248 ◦ green 189 ◦ blue 218

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

Shades of Cotton Candy #F8BDDA

Tints of Cotton Candy #F8BDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.28%

R = 37.86%
G = 28.85%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F8BDDA (or 0xF8BDDA) is known color: Cotton Candy. HEX triplet: F8, BD and DA. RGB value is (248,189,218). Sum of RGB (Red+Green+Blue) = 248+189+218=655 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.86% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDDA is #074225. Grayscale: #D1D1D1. Windows color (decimal): -475686 or 14335480. OLE color: 14335480.

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

Color convert

RGB 248 189 218 -
CMYK 0 0.24 0.12 0.03
HSL 330.51º 0.81% 0.86% -
HSV(B) 330.51º 0.24% 0.97% -
XYZ 69.56 61.41 74.52 -
YUV 209.95 132.55 155.14 -
System Red Green Blue C M Y K H S L
Decimal 248 189 218 0 0.24 0.12 0.03 330.51 0.81 0.86
Hex F8 BD DA 0 18 C 3 14B 51 56
Octal 370 275 332 0 30 14 3 513 121 126
Binary 11111000 10111101 11011010 0 11000 1100 11 101001011 1010001 1010110

Color Harmonies of #F8BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BDDA

Black with #F8BDDA

Text Example


Text Example

White with #F8BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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