Html Css Color HEX #F8BCD4 Cotton Candy

📋 copy color: '#F8BCD4'

red 248 ◦ green 188 ◦ blue 212

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

Shades of Cotton Candy #F8BCD4

Tints of Cotton Candy #F8BCD4

RGB

 RED value IS 248 (97.27% from 255) = 38.27%

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

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

R = 38.27%
G = 29.01%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F8BCD4 (or 0xF8BCD4) is known color: Cotton Candy. HEX triplet: F8, BC and D4. RGB value is (248,188,212). Sum of RGB (Red+Green+Blue) = 248+188+212=648 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.27% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 212 (83.20% from 255 or 32.72% from 648); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCD4 is #07432B. Grayscale: #D0D0D0. Windows color (decimal): -475948 or 13942008. OLE color: 13942008.

HSL color Cylindrical-coordinate representation of color #F8BCD4: hue angle of 336º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8BCD4 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 188 212 -
CMYK 0 0.24 0.15 0.03
HSL 336º 0.81% 0.85% -
HSV(B) 336º 0.24% 0.97% -
XYZ 68.58 60.68 70.38 -
YUV 208.68 129.88 156.05 -
System Red Green Blue C M Y K H S L
Decimal 248 188 212 0 0.24 0.15 0.03 336 0.81 0.85
Hex F8 BC D4 0 18 F 3 150 51 55
Octal 370 274 324 0 30 17 3 520 121 125
Binary 11111000 10111100 11010100 0 11000 1111 11 101010000 1010001 1010101

Color Harmonies of #F8BCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BCD4

Black with #F8BCD4

Text Example


Text Example

White with #F8BCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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