Html Css Color HEX #F4BCD4 Cotton Candy

📋 copy color: '#F4BCD4'

red 244 ◦ green 188 ◦ blue 212

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

Shades of Cotton Candy #F4BCD4

Tints of Cotton Candy #F4BCD4

RGB

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

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

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

R = 37.89%
G = 29.19%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F4BCD4 (or 0xF4BCD4) is known color: Cotton Candy. HEX triplet: F4, BC and D4. RGB value is (244,188,212). Sum of RGB (Red+Green+Blue) = 244+188+212=644 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.89% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 212 (83.20% from 255 or 32.92% from 644); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BCD4 is #0B432B. Grayscale: #CFCFCF. Windows color (decimal): -738092 or 13942004. OLE color: 13942004.

HSL color Cylindrical-coordinate representation of color #F4BCD4: hue angle of 334.29º 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 #F4BCD4 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 188 212 -
CMYK 0 0.23 0.13 0.04
HSL 334.29º 0.72% 0.85% -
HSV(B) 334.29º 0.23% 0.96% -
XYZ 67.18 59.95 70.32 -
YUV 207.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 244 188 212 0 0.23 0.13 0.04 334.29 0.72 0.85
Hex F4 BC D4 0 17 D 4 14E 48 55
Octal 364 274 324 0 27 15 4 516 110 125
Binary 11110100 10111100 11010100 0 10111 1101 100 101001110 1001000 1010101

Color Harmonies of #F4BCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BCD4

Black with #F4BCD4

Text Example


Text Example

White with #F4BCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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