Html Css Color HEX #F9BFD4 Cotton Candy

📋 copy color: '#F9BFD4'

red 249 ◦ green 191 ◦ blue 212

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

Shades of Cotton Candy #F9BFD4

Tints of Cotton Candy #F9BFD4

RGB

 RED value IS 249 (97.66% from 255) = 38.19%

 GREEN value IS 191 (75% from 255) = 29.29%

 BLUE value IS 212 (83.2% from 255) = 32.52%

R = 38.19%
G = 29.29%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F9BFD4 (or 0xF9BFD4) is known color: Cotton Candy. HEX triplet: F9, BF and D4. RGB value is (249,191,212). Sum of RGB (Red+Green+Blue) = 249+191+212=652 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.19% from 652); Green value is 191 (75% from 255 or 29.29% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BFD4 is #06402B. Grayscale: #D2D2D2. Windows color (decimal): -409644 or 13942777. OLE color: 13942777.

HSL color Cylindrical-coordinate representation of color #F9BFD4: hue angle of 338.28º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9BFD4 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 191 212 -
CMYK 0 0.23 0.15 0.02
HSL 338.28º 0.83% 0.86% -
HSV(B) 338.28º 0.23% 0.98% -
XYZ 69.58 62.15 70.62 -
YUV 210.74 128.72 155.29 -
System Red Green Blue C M Y K H S L
Decimal 249 191 212 0 0.23 0.15 0.02 338.28 0.83 0.86
Hex F9 BF D4 0 17 F 2 152 53 56
Octal 371 277 324 0 27 17 2 522 123 126
Binary 11111001 10111111 11010100 0 10111 1111 10 101010010 1010011 1010110

Color Harmonies of #F9BFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BFD4

Black with #F9BFD4

Text Example


Text Example

White with #F9BFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BFD4; }

 p { color: rgb(249,191,212); }

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

background-color css

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

 a { background-color: rgb(249,191,212); }

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

border-color css

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

 span { border-color: rgb(249,191,212); }

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