Html Css Color HEX #F8FDC2 Carla

📋 copy color: '#F8FDC2'

red 248 ◦ green 253 ◦ blue 194

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

Shades of Carla #F8FDC2

Tints of Carla #F8FDC2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.4%

 BLUE value IS 194 (76.17% from 255) = 27.91%

R = 35.68%
G = 36.4%
B = 27.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#F8FDC2 (or 0xF8FDC2) is known color: Carla. HEX triplet: F8, FD and C2. RGB value is (248,253,194). Sum of RGB (Red+Green+Blue) = 248+253+194=695 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.68% from 695); Green value is 253 (99.22% from 255 or 36.40% from 695); Blue value is 194 (76.17% from 255 or 27.91% from 695); Max value from RGB is 253 - color contains mainly: green. Hex color #F8FDC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FDC2 is #07023D. Grayscale: #F5F5F5. Windows color (decimal): -459326 or 12779000. OLE color: 12779000.

HSL color Cylindrical-coordinate representation of color #F8FDC2: hue angle of 65.08º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8FDC2 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 248 253 194 -
CMYK 0.02 0 0.23 0.01
HSL 65.08º 0.94% 0.88% -
HSV(B) 65.08º 0.23% 0.99% -
XYZ 83.57 94.1 64.8 -
YUV 244.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 248 253 194 0.02 0 0.23 0.01 65.08 0.94 0.88
Hex F8 FD C2 2 0 17 1 41 5E 58
Octal 370 375 302 2 0 27 1 101 136 130
Binary 11111000 11111101 11000010 10 0 10111 1 1000001 1011110 1011000

Color Harmonies of #F8FDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FDC2

Black with #F8FDC2

Text Example


Text Example

White with #F8FDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FDC2; }

 p { color: rgb(248,253,194); }

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

background-color css

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

 a { background-color: rgb(248,253,194); }

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

border-color css

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

 span { border-color: rgb(248,253,194); }

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