Html Css Color HEX #F0D0FF Blue Chalk

📋 copy color: '#F0D0FF'

red 240 ◦ green 208 ◦ blue 255

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

Shades of Blue Chalk #F0D0FF

Tints of Blue Chalk #F0D0FF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 29.59%

 BLUE value IS 255 (100% from 255) = 36.27%

R = 34.14%
G = 29.59%
B = 36.27%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F0D0FF (or 0xF0D0FF) is known color: Blue Chalk. HEX triplet: F0, D0 and FF. RGB value is (240,208,255). Sum of RGB (Red+Green+Blue) = 240+208+255=703 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.14% from 703); Green value is 208 (81.64% from 255 or 29.59% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0D0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D0FF is #0F2F00. Grayscale: #DEDEDE. Windows color (decimal): -995073 or 16765168. OLE color: 16765168.

HSL color Cylindrical-coordinate representation of color #F0D0FF: hue angle of 280.85º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0D0FF is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 240 208 255 -
CMYK 0.06 0.18 0 0
HSL 280.85º 1% 0.91% -
HSV(B) 280.85º 0.18% 1% -
XYZ 76.54 70.86 104.25 -
YUV 222.93 146.1 140.18 -
System Red Green Blue C M Y K H S L
Decimal 240 208 255 0.06 0.18 0 0 280.85 1 0.91
Hex F0 D0 FF 6 12 0 0 119 64 5B
Octal 360 320 377 6 22 0 0 431 144 133
Binary 11110000 11010000 11111111 110 10010 0 0 100011001 1100100 1011011

Color Harmonies of #F0D0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D0FF

Black with #F0D0FF

Text Example


Text Example

White with #F0D0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D0FF; }

 p { color: rgb(240,208,255); }

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

background-color css

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

 a { background-color: rgb(240,208,255); }

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

border-color css

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

 span { border-color: rgb(240,208,255); }

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