Html Css Color HEX #F3BDD1 Cotton Candy

📋 copy color: '#F3BDD1'

red 243 ◦ green 189 ◦ blue 209

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

Shades of Cotton Candy #F3BDD1

Tints of Cotton Candy #F3BDD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.61%

R = 37.91%
G = 29.49%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F3BDD1 (or 0xF3BDD1) is known color: Cotton Candy. HEX triplet: F3, BD and D1. RGB value is (243,189,209). Sum of RGB (Red+Green+Blue) = 243+189+209=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 209 (82.03% from 255 or 32.61% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BDD1 is #0C422E. Grayscale: #CFCFCF. Windows color (decimal): -803375 or 13745651. OLE color: 13745651.

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

Color convert

RGB 243 189 209 -
CMYK 0 0.22 0.14 0.05
HSL 337.78º 0.69% 0.85% -
HSV(B) 337.78º 0.22% 0.95% -
XYZ 66.67 60.05 68.4 -
YUV 207.43 128.89 153.37 -
System Red Green Blue C M Y K H S L
Decimal 243 189 209 0 0.22 0.14 0.05 337.78 0.69 0.85
Hex F3 BD D1 0 16 E 5 152 45 55
Octal 363 275 321 0 26 16 5 522 105 125
Binary 11110011 10111101 11010001 0 10110 1110 101 101010010 1000101 1010101

Color Harmonies of #F3BDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BDD1

Black with #F3BDD1

Text Example


Text Example

White with #F3BDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BDD1; }

 p { color: rgb(243,189,209); }

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

background-color css

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

 a { background-color: rgb(243,189,209); }

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

border-color css

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

 span { border-color: rgb(243,189,209); }

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