Html Css Color HEX #F0BCDA Classic Rose

📋 copy color: '#F0BCDA'

red 240 ◦ green 188 ◦ blue 218

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

Shades of Classic Rose #F0BCDA

Tints of Classic Rose #F0BCDA

RGB

 RED value IS 240 (94.14% from 255) = 37.15%

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

 BLUE value IS 218 (85.55% from 255) = 33.75%

R = 37.15%
G = 29.1%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0BCDA (or 0xF0BCDA) is known color: Classic Rose. HEX triplet: F0, BC and DA. RGB value is (240,188,218). Sum of RGB (Red+Green+Blue) = 240+188+218=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCDA is #0F4325. Grayscale: #CECECE. Windows color (decimal): -1000230 or 14335216. OLE color: 14335216.

HSL color Cylindrical-coordinate representation of color #F0BCDA: hue angle of 325.38º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BCDA is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 188 218 -
CMYK 0 0.22 0.09 0.06
HSL 325.38º 0.63% 0.84% -
HSV(B) 325.38º 0.22% 0.94% -
XYZ 66.57 59.55 74.32 -
YUV 206.97 134.23 151.56 -
System Red Green Blue C M Y K H S L
Decimal 240 188 218 0 0.22 0.09 0.06 325.38 0.63 0.84
Hex F0 BC DA 0 16 9 6 145 3F 54
Octal 360 274 332 0 26 11 6 505 77 124
Binary 11110000 10111100 11011010 0 10110 1001 110 101000101 111111 1010100

Color Harmonies of #F0BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BCDA

Black with #F0BCDA

Text Example


Text Example

White with #F0BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BCDA; }

 p { color: rgb(240,188,218); }

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

background-color css

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

 a { background-color: rgb(240,188,218); }

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

border-color css

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

 span { border-color: rgb(240,188,218); }

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