Html Css Color HEX #F4BCD3 Cotton Candy

📋 copy color: '#F4BCD3'

red 244 ◦ green 188 ◦ blue 211

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

Shades of Cotton Candy #F4BCD3

Tints of Cotton Candy #F4BCD3

RGB

 RED value IS 244 (95.7% from 255) = 37.95%

 GREEN value IS 188 (73.83% from 255) = 29.24%

 BLUE value IS 211 (82.81% from 255) = 32.81%

R = 37.95%
G = 29.24%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F4BCD3 (or 0xF4BCD3) is known color: Cotton Candy. HEX triplet: F4, BC and D3. RGB value is (244,188,211). Sum of RGB (Red+Green+Blue) = 244+188+211=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BCD3 is #0B432C. Grayscale: #CFCFCF. Windows color (decimal): -738093 or 13876468. OLE color: 13876468.

HSL color Cylindrical-coordinate representation of color #F4BCD3: hue angle of 335.36º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4BCD3 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 188 211 -
CMYK 0 0.23 0.14 0.04
HSL 335.36º 0.72% 0.85% -
HSV(B) 335.36º 0.23% 0.96% -
XYZ 67.05 59.9 69.66 -
YUV 207.37 130.05 154.13 -
System Red Green Blue C M Y K H S L
Decimal 244 188 211 0 0.23 0.14 0.04 335.36 0.72 0.85
Hex F4 BC D3 0 17 E 4 14F 48 55
Octal 364 274 323 0 27 16 4 517 110 125
Binary 11110100 10111100 11010011 0 10111 1110 100 101001111 1001000 1010101

Color Harmonies of #F4BCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BCD3

Black with #F4BCD3

Text Example


Text Example

White with #F4BCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BCD3; }

 p { color: rgb(244,188,211); }

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

background-color css

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

 a { background-color: rgb(244,188,211); }

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

border-color css

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

 span { border-color: rgb(244,188,211); }

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