Html Css Color HEX #F3BCD4 Cotton Candy

📋 copy color: '#F3BCD4'

red 243 ◦ green 188 ◦ blue 212

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

Shades of Cotton Candy #F3BCD4

Tints of Cotton Candy #F3BCD4

RGB

 RED value IS 243 (95.31% from 255) = 37.79%

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

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

R = 37.79%
G = 29.24%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F3BCD4 (or 0xF3BCD4) is known color: Cotton Candy. HEX triplet: F3, BC and D4. RGB value is (243,188,212). Sum of RGB (Red+Green+Blue) = 243+188+212=643 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.79% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 212 (83.20% from 255 or 32.97% from 643); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCD4 is #0C432B. Grayscale: #CFCFCF. Windows color (decimal): -803628 or 13942003. OLE color: 13942003.

HSL color Cylindrical-coordinate representation of color #F3BCD4: hue angle of 333.82º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BCD4 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 188 212 -
CMYK 0 0.23 0.13 0.05
HSL 333.82º 0.7% 0.85% -
HSV(B) 333.82º 0.23% 0.95% -
XYZ 66.83 59.77 70.3 -
YUV 207.18 130.72 153.55 -
System Red Green Blue C M Y K H S L
Decimal 243 188 212 0 0.23 0.13 0.05 333.82 0.7 0.85
Hex F3 BC D4 0 17 D 5 14E 46 55
Octal 363 274 324 0 27 15 5 516 106 125
Binary 11110011 10111100 11010100 0 10111 1101 101 101001110 1000110 1010101

Color Harmonies of #F3BCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BCD4

Black with #F3BCD4

Text Example


Text Example

White with #F3BCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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